소스 정보
- 저장소
- dvcrn/openclaw-skills-marketplace
- 최근 소스 활동
- 2026년 3월 15일 09:13
- 감지된 SKILL.md 언어
- 영어
- 스타
- 29
- 포크
- 10
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/dvcrn/openclaw-skills-marketplace --skill agentic-powered-memecoin-trader명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your agent a soul.
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
SOC 직업 분류 기준
| name | agentic-powered-memecoin-trader |
| description | Agent Gary AI Powered Memecoin trader. |
This skill is for running fdv.lol CLI mode (cli.mjs) with Agent Gary Full AI Control enabled, so the AI can fully drive Auto Trader decisions.
Users must pre-configure a profile JSON (RPC + wallet + Jupiter + LLM).
This published skill bundle includes a safe profile template you can copy and fill in:
If you need to cross-check the upstream profile schema/examples, refer to the public repo:
Important: do not publish real wallet secrets or API keys inside an OpenClaw skill bundle. Use placeholder values like the example profile below.
ClawDBot contract:
If a user installs this skill from ClawHub and has no RPC, API keys, or wallet secret yet, the only workable flow is an onboarding/wizard flow.
ClawDBot should do this:
RPC URL (mandatory)
rpc.url.Jupiter API key (mandatory)
jupiter.apiKey.LLM API key (required for “Full AI Control”; OpenAI recommended)
openai.agentGaryFullAi.apiKey../profile.json with the gathered/generated values.Minimum hard requirements to actually trade headlessly:
wallet.secret (must exist; can be generated)rpc.url (must be provided)jupiter.apiKey (must be provided)Minimum hard requirements for Full AI Control specifically:
agentGaryFullAi.apiKey (or platform-provided equivalent)agentGaryFullAi.fullAiControl: truefdv.lol’s Auto Trader has an AI assist mode (Agent Gary). When you enable:
agentGaryFullAi.enabled: trueagentGaryFullAi.fullAiControl: true…the runtime sets fdv_agent_full_control=true, and the trading engine treats AI decisions as authoritative (it can bypass some “enforce” gates that would otherwise hard-block actions).
This is intentionally powerful. Use a burner wallet and small balances.
Your CLI run will only work if the profile includes:
rpc.url (or rpcUrl)rpc.headers (or rpcHeaders)wallet.secret (or autoWalletSecret) requiredwallet.recipientPub (or recipientPub)jupiter.apiKey (or jupApiKey) required (get one: https://portal.jup.ag/pricing)agentGaryFullAi.provider (openai|gemini|grok|deepseek)agentGaryFullAi.modelagentGaryFullAi.riskLevel (safe|medium|degen)agentGaryFullAi.enabled: trueagentGaryFullAi.fullAiControl: trueagentGaryFullAi.apiKey (or provide via env var)Notes:
OPENAI_API_KEY or FDV_OPENAI_KEYGEMINI_API_KEY or FDV_GEMINI_KEYXAI_API_KEY / GROK_API_KEY / FDV_GROK_KEYDEEPSEEK_API_KEY or FDV_DEEPSEEK_KEYAssume you only have this skill directory (no local repo). ClawDBot should:
./profile.json).cli.mjs.--run-profile pointing at the local profile file.Primary (recommended) execution:
curl -fsSL https://fdv.lol/cli.mjs | node - run-profile --profile-url ./profile.json --log-to-consoleAlternate fetch (directly from GitHub):
curl -fsSL https://raw.githubusercontent.com/build23w/fdv.lol/main/cli.mjs | node - run-profile --profile-url ./profile.json --log-to-consoleNotes:
--profile-url accepts local paths too (like ./dev.json or ./profile.json).--profiles ./profile.json for local files; both are supported.Upstream secret-free template (reference):
If you want an example that matches the prod profile shape but with placeholders (recommended for onboarding), use:
When acting as “OpenClaw” in CLI mode:
fullAiControl=true.