Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

oneclaw

oneclaw 收录了来自 cncoder 的 22 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
22
Stars
2
更新
2026-06-27
Forks
1
职业覆盖
7 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

hermes-health-audit
其他计算机职业

Full-stack Hermes Agent health audit: observability config, compression tuning, prompt/skill consistency, skill invocation diagnosis, system overload detection, session pattern analysis, tool-use/delegation tuning, plus a full annotated config (model/queue/IO/security), per-channel Feishu output discipline, a prompt-engineering method, and a reverse-QA regression loop. Use when skills stop triggering, model ignores loaded skill steps, context grows unexpectedly, sessions hit compression too often, long tasks get interrupted, the task queue misbehaves, or after editing any prompt/skill/config file.

2026-06-27
cloudfront-s3-oac
网络与计算机系统管理员

Securely serve private S3 content through CloudFront using Origin Access Control (OAC). Use when you need to make S3 files publicly accessible over a CDN without making the bucket itself public — e.g. hosting static sites, media, downloads, or build artifacts. Covers the modern OAC approach (AWS-recommended), migrating legacy OAI distributions to OAC, locking down the bucket Public Access Block, enforcing HTTPS, and verifying the result. Never make an S3 bucket public directly.

2026-06-21
agentcore-deepsearch
软件开发工程师

用 AWS Bedrock AgentCore 云端浏览器做联网深度调研、搜索、抓网页正文。Use when 要做带引用的多源调研 / 搜资料 / 抓动态页 / 反爬站 / SPA / 需 JS 渲染的页面。本机已部署同名 MCP server,优先用它而非裸 WebFetch。NOT for 抓本机已登录态的页面(用 chrome-cdp 9222),NOT for 纯本地文件搜索(用 grep/search_files)。

2026-06-11
ai-search
软件开发工程师

用本机已登录的 Perplexity / Gemini 做 AI 深度搜索,直接拿带引用的综合报告。当需要快速拿一个话题的多源综述、对比、"现在最好的 X 是什么"、带引用的事实核查,且想省去自己拼 web_search+抓取时使用。走 CDP 驱动本机 Chrome(9222,已登录 Pro)。NOT for 抓指定单个 URL 的正文(用 fetch_page),NOT for 需要自己控制每个来源的严谨调研(用 deep-search-protocol + agentcore-deepsearch)。

2026-06-09
notification-hooks
软件开发工程师

Desktop notifications for Claude Code via Notification/Stop hooks. Pops a native macOS notification showing which project, who's waiting, and what for — with click-to-focus back to your terminal. Use when setting up sound alerts, desktop notifications, or 'tell me when Claude needs me / is done'.

2026-06-05
context-engineering
管理分析师

主动管理 context 质量与信噪比,确保决策基于可信、新鲜、相关的信息

2026-06-01
doubt-driven-development
合规官员

对抗自审 — 在非平凡决策前触发魔鬼代言人式自我审查,防止幻觉和未验证断言流入输出。

2026-06-01
podcast-generator
软件开发工程师

本地 AI 中文双人播客生成系统(跨平台:Apple Silicon 原生 + Linux x86_64 云端)。主题一句话 → 自动调研 → 脚本 → TTS 合成 → 液体玻璃播放器 HTML。自带一男一女两位预制主持人声音,开箱即用。当用户提到播客、podcast、圆桌派、roundtable、做一期节目、生成音频、把文章变成语音、读一下这段话、有声书、做个音频节目时触发。

2026-05-31
browser-automation
软件开发工程师

Abel 的浏览器自动化决策与执行指南。在 CDP MCP(精确单步)、browser-use Agent(多步探索)、WebFetch(静态读)、本地 grep(文档调研)之间做选择,并内置失败 fallback 链。

2026-05-19
chrome-devtools
软件质量保证分析师与测试员

Browser automation via Chrome DevTools Protocol (CDP). Use for UI automation, form filling, data scraping, E2E testing, screenshot capture, performance auditing, and interacting with logged-in platforms. Use this instead of the browser tool when you are in Claude Code context.

2026-05-19
qmd-for-openclaw
软件开发工程师

Install and operate qmd (Quick Markdown) as OpenClaw's memory backend. Replaces the default SQLite memory with plain-Markdown files you can grep, diff, and version control, backed by a local better-sqlite3 vector index. Covers install, multi-agent XDG isolation, launchd auto-sync (15-min cadence), index rot detection, and native-module rebuild after Node upgrades.

2026-05-19
openclaw-cron-async
网络与计算机系统管理员

Convert any OpenClaw cron job running > 25 min into the async-fork pattern. Solves the Bash-tool 1800s SIGKILL that silently kills long pipelines. Use whenever a cron job 'mysteriously disappears at 30 min', when adding a new pipeline that can exceed 25 min, or when delivery.mode: announce spams channels with started/idle stubs.

2026-05-11
openclaw-upgrade
软件开发工程师

Upgrade OpenClaw to a specified version on macOS. Covers version check, proxy/network, pnpm install, config migration, launchd re-registration, and end-to-end verification. Triggered by: upgrade openclaw, update openclaw, openclaw update, openclaw upgrade.

2026-05-11
qmd-openclaw-patterns
网络与计算机系统管理员

Battle-tested OpenClaw 5.x configuration patterns — qmd memory backend, async-fork long-running cron, isolated sessions, multi-profile delivery routing, channel plugin hygiene. Use when tuning openclaw.json for production stability or when cron jobs mysteriously die at ~30 min.

2026-05-11
research-fetch
软件开发工程师

Highest-accuracy web page extraction for research. Parallel three-way extraction (Trafilatura + Readability.js + VLM full-page screenshot) reconciled by an LLM. Use when you need accurate, structured content from any URL — especially login-walled, JS-heavy, or bot-blocked sites. Complements chrome-devtools skill (which is for interactive UI automation).

2026-05-09
claude-code
软件开发工程师

Use Claude Code as your autonomous coding agent. Covers task dispatch via tmux, interactive/background/loop modes, progressive task delivery, slot-machine recovery, and best practices for getting the most out of Claude Code via OpenClaw.

2026-04-01
config-sync
软件开发工程师

Configuration consistency auditing for Claude Code setups. Use when checking CLAUDE.md for contradictions, detecting stale references, finding redundant rules, or auditing configuration health after changes.

2026-04-01
deep-research
管理分析师

Structured research methodology for technical investigations. Use when evaluating technologies, comparing solutions, investigating incidents, or any task requiring verified, multi-source information gathering.

2026-04-01
skill-creator
软件开发工程师

Guide for creating Claude Code skills from scratch. Use when building new skills, understanding skill file structure, writing effective descriptions, or improving existing skills.

2026-04-01
architecture-svg
软件开发工程师

Generate professional SVG architecture diagrams for GitHub README. Use when the user asks for an architecture diagram, system diagram, infra diagram, or wants to visualize project structure in a README. Also triggers on "画个架构图", "架构图", "system diagram", "infra overview", or any request to create visual documentation for a repo. Outputs a dark-theme SVG that renders natively on GitHub (no image hosting needed, works in private repos).

2026-03-12
aws-infra
网络与计算机系统管理员

Chat-based AWS infrastructure assistance using AWS CLI and console context. Use for querying, auditing, and monitoring AWS resources (EC2, S3, IAM, Lambda, ECS/EKS, RDS, CloudWatch, billing, etc.), and for proposing safe changes with explicit confirmation before any write/destructive action.

2026-03-05
skill-vetting
信息安全分析师

Vet ClawHub skills for security and utility before installation. Use when considering installing a ClawHub skill, evaluating third-party code, or assessing whether a skill adds value over existing tools.

2026-03-05