基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/johnalbertini14-glitch/openclaw-skills --skill apps命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Use this skill to create a Polymarket wallet for your agent and trade on prediction markets. Browse markets, place bets, manage positions — all without exposing private keys.
ClawSec suite manager with embedded advisory-feed monitoring, cryptographic signature verification, approval-gated malicious-skill response, and guided setup for additional security skills.
Automated daily security audits for OpenClaw agents with email reporting. Runs deep audits and sends formatted reports.
| name | Apps |
| slug | apps |
| version | 1.0.0 |
| description | Find, compare, and organize mobile apps with personalized recommendations and preference tracking. |
| metadata | {"clawdbot":{"emoji":"📱","requires":{"bins":[]},"os":["linux","darwin","win32"]}} |
User wants app recommendations, comparisons, or help organizing their apps. Covers iOS and Android. Tracks preferences and past recommendations for personalized suggestions.
Memory lives in ~/apps/. See memory-template.md for setup.
~/apps/
├── memory.md # Preferences, platforms, dislikes
├── favorites.md # Apps user loves, organized by category
├── tried.md # Apps tested with notes (liked/disliked/why)
└── wishlist.md # Apps to try later
| Topic | File |
|---|---|
| Memory setup | memory-template.md |
| Category guide | categories.md |
| Comparison framework | compare.md |
All data stored in ~/apps/. Create on first use:
mkdir -p ~/apps
This skill ONLY:
~/apps/)This skill NEVER:
Before recommending, read ~/apps/memory.md:
| Criteria | Action |
|---|---|
| User asks "best X app" | Give top 3 with tradeoffs |
| User has tried similar | Check ~/apps/tried.md, avoid repeats |
| User dislikes subscriptions | Filter out subscription-only |
| Specific need stated | Match to need, not popularity |
Never just say "use X". Include:
| Event | Action |
|---|---|
| User says "I use iPhone" | Add to ~/apps/memory.md |
| User says "I hate subscriptions" | Add to ~/apps/memory.md dislikes |
| User likes recommendation | Add to ~/apps/favorites.md |
| User tries and dislikes | Add to ~/apps/tried.md with reason |
| User says "remind me to try X" | Add to ~/apps/wishlist.md |
Organize favorites by category:
See categories.md for full taxonomy.
When user asks to compare apps:
compare.md