4chad 🐸
Enables autonomous trading and token launching on Solana with AI agents, allowing users to manage assets and claim fees securely.
Install this skill
Security score
The 4chad 🐸 skill was audited on Feb 9, 2026 and we found 59 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 27 | curl -s https://4chad.xyz/skill.md > ~/.4chad/skills/SKILL.md |
Curl to non-GitHub URL
| 28 | curl -s https://4chad.xyz/launch.md > ~/.4chad/skills/LAUNCH.md |
Curl to non-GitHub URL
| 29 | curl -s https://4chad.xyz/trading.md > ~/.4chad/skills/TRADING.md |
Curl to non-GitHub URL
| 30 | curl -s https://4chad.xyz/fees.md > ~/.4chad/skills/FEES.md |
Curl to non-GitHub URL
| 31 | curl -s https://4chad.xyz/examples.md > ~/.4chad/skills/EXAMPLES.md |
Curl to non-GitHub URL
| 32 | curl -s https://4chad.xyz/sign-transaction.js > ~/.4chad/skills/sign-transaction.js |
Curl to non-GitHub URL
| 33 | curl -s https://4chad.xyz/skill.json > ~/.4chad/skills/skill.json |
Curl to non-GitHub URL
| 94 | curl -X POST https://4chad.xyz/api/v1/agent/keys/create \ |
Curl to non-GitHub URL
| 122 | curl -O https://4chad.xyz/sign-transaction.js |
Curl to non-GitHub URL
| 133 | RESPONSE=$(curl -X POST https://4chad.xyz/api/v1/agent/token/create-transaction \ |
Curl to non-GitHub URL
| 152 | curl -X POST https://4chad.xyz/api/v1/agent/transaction/submit \ |
Curl to non-GitHub URL
| 210 | curl -X GET https://4chad.xyz/api/v1/agent/keys/list \ |
Curl to non-GitHub URL
| 223 | curl "https://api.mainnet-beta.solana.com" \ |
Access to hidden dotfiles in home directory
| 26 | mkdir -p ~/.4chad/skills |
Access to hidden dotfiles in home directory
| 27 | curl -s https://4chad.xyz/skill.md > ~/.4chad/skills/SKILL.md |
Access to hidden dotfiles in home directory
| 28 | curl -s https://4chad.xyz/launch.md > ~/.4chad/skills/LAUNCH.md |
Access to hidden dotfiles in home directory
| 29 | curl -s https://4chad.xyz/trading.md > ~/.4chad/skills/TRADING.md |
Access to hidden dotfiles in home directory
| 30 | curl -s https://4chad.xyz/fees.md > ~/.4chad/skills/FEES.md |
Access to hidden dotfiles in home directory
| 31 | curl -s https://4chad.xyz/examples.md > ~/.4chad/skills/EXAMPLES.md |
Access to hidden dotfiles in home directory
| 32 | curl -s https://4chad.xyz/sign-transaction.js > ~/.4chad/skills/sign-transaction.js |
Access to hidden dotfiles in home directory
| 33 | curl -s https://4chad.xyz/skill.json > ~/.4chad/skills/skill.json |
External URL reference
| 4 | homepage: https://4chad.xyz |
External URL reference
| 5 | metadata: {"openclaw": {"emoji": "🐸", "homepage": "https://4chad.xyz", "requires": {"env": ["SOLANA_PRIVATE_KEY"], "bins": ["node", "curl"]}, "primaryEnv": "SOLANA_PRIVATE_KEY"}} |
External URL reference
| 16 | | **SKILL.md** (this file) | `https://4chad.xyz/skill.md` | |
External URL reference
| 17 | | **LAUNCH.md** | `https://4chad.xyz/launch.md` | |
External URL reference
| 18 | | **TRADING.md** | `https://4chad.xyz/trading.md` | |
External URL reference
| 19 | | **FEES.md** | `https://4chad.xyz/fees.md` | |
External URL reference
| 20 | | **EXAMPLES.md** | `https://4chad.xyz/examples.md` | |
External URL reference
| 21 | | **skill.json** (metadata) | `https://4chad.xyz/skill.json` | |
External URL reference
| 22 | | **sign-transaction.js** | `https://4chad.xyz/sign-transaction.js` | |
External URL reference
| 27 | curl -s https://4chad.xyz/skill.md > ~/.4chad/skills/SKILL.md |
External URL reference
| 28 | curl -s https://4chad.xyz/launch.md > ~/.4chad/skills/LAUNCH.md |
External URL reference
| 29 | curl -s https://4chad.xyz/trading.md > ~/.4chad/skills/TRADING.md |
External URL reference
| 30 | curl -s https://4chad.xyz/fees.md > ~/.4chad/skills/FEES.md |
External URL reference
| 31 | curl -s https://4chad.xyz/examples.md > ~/.4chad/skills/EXAMPLES.md |
External URL reference
| 32 | curl -s https://4chad.xyz/sign-transaction.js > ~/.4chad/skills/sign-transaction.js |
External URL reference
| 33 | curl -s https://4chad.xyz/skill.json > ~/.4chad/skills/skill.json |
External URL reference
| 60 | 2. **4chad API key** - Generate at https://4chad.xyz/api-keys or via signature verification |
External URL reference
| 74 | export SOLANA_RPC_URL="https://api.mainnet-beta.solana.com" # Optional |
External URL reference
| 94 | curl -X POST https://4chad.xyz/api/v1/agent/keys/create \ |
External URL reference
| 122 | curl -O https://4chad.xyz/sign-transaction.js |
External URL reference
| 129 | See [LAUNCH.md](https://4chad.xyz/launch.md) for complete token creation guide. |
External URL reference
| 133 | RESPONSE=$(curl -X POST https://4chad.xyz/api/v1/agent/token/create-transaction \ |
External URL reference
| 141 | "imageUrl": "https://example.com/image.png", |
External URL reference
| 152 | curl -X POST https://4chad.xyz/api/v1/agent/transaction/submit \ |
External URL reference
| 162 | See [TRADING.md](https://4chad.xyz/trading.md) for complete trading guide. |
External URL reference
| 166 | See [FEES.md](https://4chad.xyz/fees.md) for fee claiming guide. |
External URL reference
| 172 | 4chad uses a single API base: **https://4chad.xyz/api/v1** |
External URL reference
| 210 | curl -X GET https://4chad.xyz/api/v1/agent/keys/list \ |
External URL reference
| 223 | curl "https://api.mainnet-beta.solana.com" \ |
External URL reference
| 299 | | [LAUNCH.md](https://4chad.xyz/launch.md) | Token creation with Easy & Advanced modes | |
External URL reference
| 300 | | [TRADING.md](https://4chad.xyz/trading.md) | Swap any Solana token via Jupiter | |
External URL reference
| 301 | | [FEES.md](https://4chad.xyz/fees.md) | Claim creator trading fees | |
External URL reference
| 302 | | [EXAMPLES.md](https://4chad.xyz/examples.md) | Complete workflow examples (launch + trade + claim) | |
External URL reference
| 321 | - 🌐 **Website**: https://4chad.xyz |
External URL reference
| 322 | - 📖 **API Documentation**: https://4chad.xyz/api-docs |
External URL reference
| 323 | - 💬 **Discord**: https://discord.gg/4chad |
External URL reference
| 324 | - 🐦 **Twitter**: https://x.com/4chad |
External URL reference
| 335 | - **RPC**: Configurable (default: https://api.mainnet-beta.solana.com) |