github Python analyzed ebd6955

Kane808-AI/openclaw-atlas-showcase

github

A multi-agent AI operations system: 15 specialized agents + ~80 automation scripts running real marketing, SEO, and CRM ops. Built on OpenClaw + MCP.

maintainer
Kane808-AI
license
MIT
first seen
2026-07-10
last seen
2026-07-10
releases · 30d
0
short id

Drift inferred · capture-to-capture

No drift recorded — single capability capture; advisories appear once its surface changes.

capabilities 0 tools
transport counts 0 tools · 0 res · 0 prompts permission surface via code analysis

No tools enumerated yet for this server.

skills & danger signals github-tarball
prompt-surface shipped agent-instruction files + hidden-content / dangerous-code findings — quoted from the analyzed source

analyzed commit ebd6955 · analyzer v28 · 3d ago

skills & prompt files 16

danger signals33

code evidence vHEAD · github-tarball
evidence-backed findings quoted directly from the published source artifact — not inferred

code files: 104

filesystem 13

  • fs Kane808-AI-openclaw-atlas-showcase-ebd6955/automations/ghl-loading/load_contacts.py :26 with open(os.path.expanduser("~/.openclaw/credentials/ghl-api-key.txt"), 'r') as f:
  • fs Kane808-AI-openclaw-atlas-showcase-ebd6955/automations/ghl-loading/patch_website_field.py :11 with open(os.path.expanduser("~/.openclaw/credentials/ghl-api-key.txt"), 'r') as f:
  • fs Kane808-AI-openclaw-atlas-showcase-ebd6955/automations/heygen-publish/heygen_publish.py :23 import shutil
  • fs Kane808-AI-openclaw-atlas-showcase-ebd6955/automations/tiktok-brain/add_product_briefs_to_ideas_backlog.py :28 with open(TOKEN_FILE, 'w') as token:
  • fs Kane808-AI-openclaw-atlas-showcase-ebd6955/automations/tiktok-brain/digest.py :19 from pathlib import Path
  • fs Kane808-AI-openclaw-atlas-showcase-ebd6955/automations/tiktok-brain/read_ideas_backlog.py :27 with open(TOKEN_FILE, 'w') as token:
  • fs Kane808-AI-openclaw-atlas-showcase-ebd6955/automations/tiktok-brain/telegram_notify.py :24 with open(TOKEN_PATH, "r", encoding="utf-8") as f:
  • fs Kane808-AI-openclaw-atlas-showcase-ebd6955/automations/tiktok-brain/tiktok_brain.py :16 from pathlib import Path
  • fs Kane808-AI-openclaw-atlas-showcase-ebd6955/automations/tiktok-brain/watcher.py :20 with open(TELEGRAM_TOKEN_FILE) as f:
  • fs Kane808-AI-openclaw-atlas-showcase-ebd6955/automations/youtube-shorts/instagram_reels_backfill.py :17 import shutil
  • fs Kane808-AI-openclaw-atlas-showcase-ebd6955/automations/youtube-shorts/overlay_compositor.py :34 import shutil
  • fs Kane808-AI-openclaw-atlas-showcase-ebd6955/automations/youtube-shorts/recover_instagram.py :18 import shutil
  • fs Kane808-AI-openclaw-atlas-showcase-ebd6955/automations/youtube-shorts/youtube_shorts_pipeline.py :28 import shutil

shell / exec 5

  • shell Kane808-AI-openclaw-atlas-showcase-ebd6955/automations/heygen-publish/heygen_publish.py :24 import subprocess
  • shell Kane808-AI-openclaw-atlas-showcase-ebd6955/automations/tiktok-brain/tiktok_brain.py :202 result = subprocess.run(cmd, capture_output=True, text=True, errors="replace")
  • shell Kane808-AI-openclaw-atlas-showcase-ebd6955/automations/tiktok-brain/watcher.py :40 result = subprocess.run(
  • shell Kane808-AI-openclaw-atlas-showcase-ebd6955/automations/youtube-shorts/overlay_compositor.py :35 import subprocess
  • shell Kane808-AI-openclaw-atlas-showcase-ebd6955/automations/youtube-shorts/youtube_shorts_pipeline.py :29 import subprocess

network 9

  • net Kane808-AI-openclaw-atlas-showcase-ebd6955/automations/ghl-loading/load_contacts.py :7 import requests
  • net Kane808-AI-openclaw-atlas-showcase-ebd6955/automations/ghl-loading/patch_website_field.py :7 import requests
  • net Kane808-AI-openclaw-atlas-showcase-ebd6955/automations/heygen-publish/heygen_publish.py :27 import urllib.parse
  • net Kane808-AI-openclaw-atlas-showcase-ebd6955/automations/tiktok-brain/digest.py :16 import urllib.request
  • net Kane808-AI-openclaw-atlas-showcase-ebd6955/automations/tiktok-brain/elevenlabs_transcribe.py :11 import urllib.error
  • net Kane808-AI-openclaw-atlas-showcase-ebd6955/automations/tiktok-brain/telegram_notify.py :13 import urllib.error
  • net Kane808-AI-openclaw-atlas-showcase-ebd6955/automations/tiktok-brain/tiktok_brain.py :14 import os, sys, json, tempfile, subprocess, urllib.request, urllib.error
  • net Kane808-AI-openclaw-atlas-showcase-ebd6955/automations/tiktok-brain/watcher.py :7 import sys, os, time, subprocess, urllib.request, urllib.parse
  • net Kane808-AI-openclaw-atlas-showcase-ebd6955/automations/youtube-shorts/youtube_shorts_pipeline.py :32 import urllib.error

secrets 3

  • secrets Kane808-AI-openclaw-atlas-showcase-ebd6955/automations/tiktok-brain/digest.py :134 return os.getenv("TELEGRAM_BOT_TOKEN")
  • secrets Kane808-AI-openclaw-atlas-showcase-ebd6955/automations/tiktok-brain/tiktok_brain.py :35 if not os.getenv("GOOGLE_API_KEY") and os.path.isfile(_ENV_FILE):
  • secrets Kane808-AI-openclaw-atlas-showcase-ebd6955/automations/youtube-shorts/youtube_shorts_pipeline.py :688 token = os.environ.get("INSTAGRAM_ACCESS_TOKEN", "")