一键导入
claude-agent
claude-agent 收录了来自 claude-world 的 49 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Create algorithm-optimized social media content (Threads, Instagram, etc.) from a topic or trend. Uses Meta's patent-based scoring (5 dimensions) to maximize reach. Optionally generates NotebookLM image cards. Use when user says "create a post about", "write content for", "make a post", "turn this into a post".
Manage macOS Apple Notes via the memo CLI — create, view, edit, delete, search, move, and export notes across folders. Use when user says "add note", "find note", "show my notes", "create note about...", or "export note".
Manage macOS Apple Reminders via the remindctl CLI — list, add, edit, complete, and delete reminders across all reminder lists. Use when user says "remind me", "add to reminders", "show my reminders", "mark reminder done", or "delete reminder".
Create, search, and manage Bear notes via the grizzly CLI. Use when user says "add a bear note", "search bear notes", "list my notes in bear", "open bear note about X".
Structured brainstorming with multiple perspectives. Use when user says "brainstorm about", "ideas for", "help me think about", "suggestions for".
Capture frames or short clips from RTSP/ONVIF network cameras or local webcams using ffmpeg or camsnap. Use when user says "take a snapshot from camera", "capture front door", "grab a frame from the security cam", or any camera capture request involving IP cameras or webcams.
Monitor and report on context window health, memory status, and overall assistant state. Use when context feels degraded, after long sessions, or when user asks "how's the context".
Generate a daily briefing with pending tasks, recent conversations, and optional news highlights. Use when user says "good morning", "daily briefing", "what's my day", or "morning update".
Read and extract content from JS-rendered web pages using headless Chrome (Cloudflare Browser Rendering). Unlike /summarize, handles SPAs, paywalled previews, and complex sites. Use when a URL fails with regular fetch, or when user says "read this page", "what does this page say", "get the content from this URL".
Draft emails, messages, or replies in the user's communication style. References user profile for tone preferences. Use when user says "draft an email", "write a message", "reply to".
Manage email via the himalaya CLI — list, read, compose, reply, forward, and search emails across IMAP/SMTP accounts. Use when user says "check email", "send email", "reply to...", "forward email", "search inbox", or "read message".
Auto-fix GitHub issues by fetching open issues, spawning agents to implement fixes, and opening PRs. Monitors PR review comments. Use when user says "fix github issues", "auto-fix bugs", "work through issues on repo X".
Search and download GIFs from Giphy and Tenor using gifgrep CLI or direct API calls. Use when user says "find a gif of", "search for a funny gif", "get me a reaction gif", "download a gif", or any GIF search/download request.
Manage GitHub via the gh CLI — issues, pull requests, CI/CD runs, code review, releases, and raw API queries. Use when user asks about GitHub issues, PRs, CI status, merge requests, or GitHub Actions workflows.
Interact with Google Workspace (Gmail, Calendar, Drive, Contacts, Sheets, Docs) via the gogcli CLI. Use when user needs to read/send Gmail, check calendar, manage Drive files, look up contacts, or work with Sheets/Docs.
Control Philips Hue smart lights via CLI. Turn lights on/off, adjust brightness and color, activate scenes, control rooms and zones. Use when user says "turn off bedroom lights", "set lights to warm", "activate movie scene", "dim the office", or any Philips Hue light control request.
Generate images from text prompts using the OpenAI Images API (DALL-E 3) via curl. Supports single and batch generation with configurable size and quality. Use when user says "generate an image", "create a picture of", "make an image of", or "batch generate images".
Send and receive iMessages via the imsg CLI. List conversations, read message history, and send messages directly through Messages.app on macOS. Use when user says "send iMessage", "read my messages", "text someone", or "iMessage history".
Consolidate, prune, and organize memory files autonomously. Auto-triggered every 30 minutes via /loop. Also use when user says "clean up memory", "what do you remember", or "memory status".
One-click migration from OpenClaw to Claude-Agent. Reads ~/.openclaw/ and imports memory, skills, agents, conversations, and configuration. Preserves your assistant's personality, knowledge, and customizations. Use when user says "migrate from openclaw", "import openclaw data", "switch from openclaw", or "I'm coming from openclaw".
Manage Notion pages, databases, and blocks via the Notion API using curl. Use when user wants to create/read/update Notion pages, query databases, add content blocks, or search the Notion workspace.
Create, search, read, and link notes in an Obsidian vault using direct markdown file access and the obsidian-cli. Use when user says "add to Obsidian", "find note in vault", "create Obsidian note", or "link notes".
Access 1Password secrets and inject environment variables via the op CLI. Use when user needs to retrieve credentials, inject secrets into commands, or look up stored items. Never stores or logs secrets.
Edit, annotate, extract, merge, and transform PDF files using nano-pdf with natural language instructions. Use when user needs to modify PDF content, extract text, merge documents, add annotations, or convert PDFs.
Capture and automate macOS UI with the Peekaboo CLI. Screenshots, element inspection, click automation, and accessibility tree reading. Use when user says "screenshot this app", "click on button", "automate UI", "what's on screen".
Search nearby places, get details, and read reviews via the goplaces CLI and Google Places API. Use when user asks "find a restaurant near me", "what coffee shops are nearby", "get details for a place", or "show reviews".
Generate an AI podcast (audio + optional video) from any topic using Google NotebookLM. Ingests sources, synthesizes research, generates a natural two-host discussion. Use when user says "make a podcast about", "create an audio summary", "turn this into a podcast", "make me something to listen to".
Research a topic using web search, fetch relevant pages, and return a concise summary. Runs in forked context to protect main assistant context. Use when user says "research X", "find out about X", "what's happening with X".
Monitor RSS and Atom feeds for new articles and updates. Fetch feeds, list new items, filter by keyword, and save feed lists. Use when user says "check RSS feeds", "any new posts from", "monitor this blog", "add feed", "latest from feed", or any RSS/Atom feed monitoring request.
Audit host security using built-in system tools (netstat, lsof, ss, ufw, systemctl, ps, who, last). Check open ports, running services, listening processes, firewall rules, and recent logins. No external CLI needed. Use when user says "security audit", "check open ports", "harden server", or "what's listening on my machine".
Search and analyze past Claude Code session logs using jq and ripgrep (rg). Find conversations by date, keyword, or topic. Extract decisions, code changes, and key moments from session history. Use when user says "search past sessions", "what did we discuss about X", "find old conversation", or "session history".
Interactive onboarding for new users. Detects your environment, checks installed CLI tools, configures your profile, enables scheduled routines, and shows available skills. Run this once after cloning the project. Use when user says "setup", "get started", "initialize", "first time", or on first session when memory is empty.
Create new Claude Code SKILL.md files from user descriptions. Generates correct frontmatter, command documentation, usage examples, and rules. Validates format and writes to .claude/skills/. Use when user says "create a skill for", "add new skill", "make a skill that", or "scaffold a skill".
Operate Slack via the Web API using curl and a SLACK_TOKEN env var. Send messages, add reactions, pin messages, and list channels. Use when user says "post to Slack", "send Slack message", "react to message", "pin in Slack", or "list Slack channels".
Control Eight Sleep Pod smart bed via CLI. Check bed status, set mattress temperature for each side, manage alarm schedules, and view sleep data. Use when user says "set bed temperature", "turn on bed heating", "check sleep score", "set alarm", or any Eight Sleep control request.
Control Sonos speakers via CLI. Discover devices, play/pause, adjust volume, group/ungroup speakers, browse favorites, and check status of all rooms. Use when user mentions Sonos, wants room-specific audio control, or says "play in kitchen", "group all speakers", "pause living room".
Transcribe audio files to text using local Whisper (no API key needed) or OpenAI Whisper API. Supports MP3, WAV, M4A, MP4, and more. Use when user says "transcribe this audio", "convert speech to text", "transcribe meeting", "what was said in audio.mp3", or any speech transcription request.
Control Spotify playback via CLI. Play, pause, skip, search tracks/albums/artists, manage the queue, and browse playlists. Use when user says "play", "pause", "skip", "queue", "search Spotify", "what's playing", or any music control request.
Summarize articles, documents, or web pages. Returns concise summary with key points. Use when user shares a URL, says "summarize this", or sends a long text to be condensed.
Track personal tasks, set reminders, manage to-do lists. Persists to memory/pending-tasks.md. Uses CronCreate for time-based reminders. Use when user says "remind me", "add task", "what's pending", "mark done".