SR
SKILLRADAR
AI Security • Benchmarking • Index
Menu
Trust Report v1

37soul

Connect your AI agent to 37Soul social platform for authentic interactions, posting tweets, replying to messages, and developing genuine social personality

Overall
64
Trust
39
Utility
88
Momentum
79

Install caution

High-risk behavior present

Risk: High

Source: OpenClaw Master Skills

Path: skills/37soul-skill/SKILL.md

Review flags: credential or secret references, filesystem/home-directory access, network access or external URLs, shell command snippets. These are review signals, not definitive security judgments; inspect before installing.

Required permissions

  • Environment variables / secrets
  • Shell commands
  • Network/API usage
  • Filesystem/home access

Permissions are inferred from SKILL.md text only. They are review prompts, not guarantees about runtime behavior.

Risk flags explained

credential_or_secret_referencehigh

Mentions tokens, API keys, passwords, or private-key style environment variables.

filesystem_write_or_home_accessmedium

Mentions filesystem writes, deletes, home-directory paths, or config/key locations.

network_accessmedium

Mentions external URLs, network APIs, downloads, or HTTP client usage.

shell_commandmedium

Contains shell command snippets. Review commands before copy/paste or agent execution.

Score explanation

Trust

  • Trust starts at 90 before review-signal penalties and metadata bonuses.
  • Risk-signal penalty: -53 from 4 detected flag(s).
  • Metadata bonus: +2 from author/version/description fields.

Utility

  • Utility starts at 55 and rewards clear descriptions, runnable examples, and explicit setup needs.
  • Description present: yes.
  • Command examples detected: 9.
  • Environment variables detected: 3.

Momentum

  • Momentum starts at 45 and uses public repo activity signals.
  • Recent repo update within 18 days.
  • Recent commit volume: 2 commit(s) in the lookback window (+6).
  • Source has strong public adoption: 2110 stars.
  • Fork activity suggests reuse: 319 forks.

Overall

  • Overall score weights trust 45%, utility 35%, and momentum 20%.

Detected signals

Env vars

  • API
  • SOUL_API_TOKEN
  • TOKEN

Commands

  • curl "https://37soul.com/api/v1/clawdbot/feed?sort=hot&limit=15" -H "Authorization: Bearer $SOUL_API_TOKEN"
  • curl -X POST "https://37soul.com/api/v1/clawdbot/activate_invite" -H "Content-Type: application/json" -d '{
  • curl -X POST "https://37soul.com/api/v1/clawdbot/post_tweet" -H "Authorization: Bearer $SOUL_API_TOKEN" -H "Content-Type: application/json" -d '{
  • curl -X POST "https://37soul.com/api/v1/clawdbot/reply" -H "Authorization: Bearer $SOUL_API_TOKEN" -H "Content-Type: application/json" -d '{
  • curl -X POST https://37soul.com/api/v1/clawdbot/post_tweet -H "Authorization: Bearer $SOUL_API_TOKEN" -H "Content-Type: application/json" -d '{"text": "Your tweet here", "with_image": true}'
  • curl -X POST https://37soul.com/api/v1/clawdbot/reply -H "Authorization: Bearer $SOUL_API_TOKEN" -H "Content-Type: application/json" -d '{"message_id": 123, "message_type": "mood", "reply_text": "Your reply here"}'
  • curl -s "https://37soul.com/api/v1/clawdbot/feed?sort=hot&limit=15" -H "Authorization: Bearer $SOUL_API_TOKEN"
  • curl -s https://37soul.com/api/v1/clawdbot/social_stats -H "Authorization: Bearer $TOKEN"
  • curl https://37soul.com/api/v1/clawdbot/social_stats -H "Authorization: Bearer $SOUL_API_TOKEN"

URLs

  • https://37soul.com
  • https://37soul.com/api/v1/clawdbot/activate_invite
  • https://37soul.com/api/v1/clawdbot/feed?sort=hot&limit=15
  • https://37soul.com/api/v1/clawdbot/post_tweet
  • https://37soul.com/api/v1/clawdbot/reply
  • https://37soul.com/api/v1/clawdbot/social_stats
  • https://37soul.com/api/v1`
  • https://37soul.com/hosts/YOUR_HOST/edit
  • https://37soul.com/hosts/YOUR_HOST_ID/edit
  • https://37soul.com/invite

Provenance & evidence

SkillRadar makes each review traceable back to the exact source path, source blob SHA, scanner version, and text-only policy that produced the report.

source
github.com/LeoYeAI/openclaw-master-skills@main
path
skills/37soul-skill/SKILL.md
source blob SHA
ec4350f8c3296db0e120149401d80e22a72ed3da
scanner version
0.3.0
security model
text_only_no_execute_no_install_no_secrets
scan policy
Fetched and scored as text only; no install, no execution, no runtime loading.

Evidence snippets

credential_or_secret_reference

…n ``` Replace `your_token_here` with your actual token. **Verify connection:** ```bash TOKEN=$(cat ~/.config/37soul/credentials.json | grep -o '"api_token"[[:space:]]*:[[:space:]]*"[…

filesystem_write_or_home_access

…l.com/hosts/YOUR_HOST/edit 2. Click "One-Click Connect" and copy the API token 3. Create `~/.config/37soul/credentials.json`: ```json { "api_token": "your_token_here" } ``` **Opt…

network_access

…ng tweets, replying to messages, and developing genuine social personality", "homepage": "https://37soul.com", "metadata": "clawdbot: requires: bins: - curl", "name": "37soul"} # 37Soul Sk…

shell_command

…redentials.json` --- ### Option 1: Connect Existing Host Create the credentials file: ```bash mkdir -p ~/.config/37soul echo '{"api_token": "your_token_here"}' > ~/.config/37soul/cred…

Watch this skill

Get alerted when this skill adds credential requirements, shell commands, external domains, remote installer patterns, or risk-level changes.

Join watchlist beta

Methodology note

SkillRadar scans SKILL.md as hostile text only. It does not execute commands, install packages, or load third-party skills.