Skip to main content
在 Manus 中运行任何 Skill
一键导入
$pwd:
smallnest
GitHub 创作者资料

smallnest

按仓库查看 13 个 GitHub 仓库中的 56 个已收集 skills,并展示近似职业覆盖。

已收集 skills
56
仓库
13
职业领域
3
更新
2026-05-27
这里展示前 8 个仓库;完整仓库列表在下方继续。
仓库浏览

仓库与代表性 skills

#001
goclaw
21 个 skills587115更新于 2026-02-26
占该创作者 38%
feishu-upload-image
软件开发工程师其他计算机职业

Upload images to Feishu/Lark. Returns image_key for use in messages.

2026-02-26
burner-phone
软件开发工程师计算机用户支持专员

Control Android devices via ADB with vision feedback. Use this to see the screen, take screenshots, analyze UI elements, and automate phone tasks.

2026-02-24
coding-agent
软件开发工程师

Run Codex CLI, Claude Code, Kiro CLI, OpenCode, or Pi Coding Agent via background process for programmatic control.

2026-02-24
find-skills
软件开发工程师其他计算机职业

Helps users discover, install, and manage goclaw skills. Use when users ask "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. Provides guidance for finding skills in the goclaw ecosystem and the broader open agent skills community.

2026-02-12
weather
软件开发工程师其他计算机职业

This skill should be used when users ask for weather information, current conditions, or forecasts for any location worldwide. Use for queries like "weather in Beijing", "what's the weather today", "temperature in Tokyo", "forecast for London".

2026-02-12
actionbook
网页开发工程师

This skill should be used when the user needs to automate multi-step website tasks. Activates for browser automation, web scraping, UI testing, or building AI agents. Provides complete action manuals with step-by-step instructions and verified selectors.

2026-02-12
apple-notes
其他计算机职业软件开发工程师

Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.

2026-02-12
apple-reminders
软件开发工程师其他计算机职业

Manage Apple Reminders via the `remindctl` CLI on macOS (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.

2026-02-12
当前展示该仓库 Top 8 / 21 个已收集 skills。
#002
goal-workflow
13 个 skills6815更新于 2026-05-27
占该创作者 23%
smell
未分类

Detect software architecture bad smells, algorithmic complexity hotspots, and anti-patterns in a codebase. Produces a detailed markdown report identifying violations of architectural principles, design patterns, code quality, and performance complexity. Triggers on: smell, code smell, architecture smell, find anti-patterns, detect bad smells, complexity analysis, 代码坏味道, 架构坏味道, 反模式, 找出坏味道, 复杂度分析.

2026-05-27
review-it
软件质量保证分析师与测试员

Code review closeout for Claude Code, Codex, OpenCode, DeepSeek TUI, and Antigravity CLI: local dirty changes, branch vs main, parallel tests.

2026-05-23
prd
项目管理专家

Generate a Product Requirements Document (PRD) for a new feature. Use when planning a feature, starting a new project, or when asked to create a PRD. After PRD is confirmed, use /prd-to-spec (optional) for technical design, then /to-issues to create implementable tickets. Triggers on: create a prd, write prd for, plan this feature, requirements for, spec out, 写PRD, 需求文档, 需求分析, 规格说明.

2026-05-22
to-issues
项目管理专家

Decompose a PRD and/or SPEC into implementable Issues and create them in your chosen platform (GitHub, Local, or Baidu iCafe). Use after /prd (and optionally /prd-to-spec) to turn requirements into actionable tickets. Triggers on: create issues, to-issues, 创建issue, 拆解issue, 生成卡片, 创建卡片, generate issues from PRD, issues from spec.

2026-05-22
prd-to-spec
软件开发工程师

Transform a PRD into a technical SPEC document — architecture, API design, data model, error handling, and implementation contracts. Triggers on: prd-to-spec, prd to spec, prd转spec, 需求转设计, 需求转规格, generate spec from prd, design from prd, 技术方案, 设计方案.

2026-05-21
code-to-spec
计算机系统分析师

Reverse-engineer a SPEC document from an existing project. Analyzes code, config, tests, and structure to produce a comprehensive specification. Triggers on: code-to-spec, reverse spec, generate spec, 逆向规格, 生成规格文档, 生成设计文档, 生成设计方案, extract spec, document this project, what does this project do.

2026-05-21
note-it
软件开发工程师

Capture implementation notes after code implementation and review/fix. Records design decisions, deviations, tradeoffs, and open questions to docs/issue#XXXX.html. Triggers on: /note-it, 记录笔记, implementation notes.

2026-05-19
modern-go
软件开发工程师

Modernize Go code by applying version-appropriate idioms and APIs (gofix-style transformations). Scans go.mod for the Go version, then transforms Go source files to use modern patterns—from Go 1.0 through 1.26+. Use when the user says "现代化","现代Go语言", "地道的", "idiomatic", "modernize", "modern-go", "update Go code", "gofix", or wants to upgrade Go idioms.

2026-05-19
当前展示该仓库 Top 8 / 13 个已收集 skills。
#003
langgraphgo
8 个 skills25539更新于 2026-01-24
占该创作者 14%
baoyu-comic
软件开发工程师

Knowledge comic creator supporting multiple styles (Logicomix/Ligne Claire, Ohmsha manga guide). Creates original educational comics with detailed panel layouts and sequential image generation. Use when user asks to create "知识漫画", "教育漫画", "biography comic", "tutorial comic", or "Logicomix-style comic".

2026-01-24
baoyu-image-gen
特效艺术家和动画师

AI SDK-based image generation using official OpenAI and Google APIs. Supports text-to-image, reference images, aspect ratios, and quality presets.

2026-01-24
hello-world
软件开发工程师计算机程序员

A fundamental skill that demonstrates the basic execution of a Python script. It serves as a "Hello, World!" example for the skill system, verifying that the environment is correctly set up and that the agent can execute scripts.

2026-01-24
playwright-browser-automation
软件质量保证分析师与测试员

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing.

2025-12-03
crewai-developer
软件开发工程师

Comprehensive CrewAI framework guide for building collaborative AI agent teams and structured workflows. Use when developing multi-agent systems with CrewAI, creating autonomous AI crews, orchestrating flows, implementing agents with roles and tools, or building production-ready AI automation. Essential for developers building intelligent agent systems, task automation, and complex AI workflows.

2025-12-03
markitdown
计算机程序员

Convert various file formats (PDF, Office documents, images, audio, web content, structured data) to Markdown optimized for LLM processing. Use when converting documents to markdown, extracting text from PDFs/Office files, transcribing audio, performing OCR on images, extracting YouTube transcripts, or processing batches of files. Supports 20+ formats including DOCX, XLSX, PPTX, PDF, HTML, EPUB, CSV, JSON, images with OCR, and audio with transcription.

2025-12-03
mcp-builder
软件开发工程师

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

2025-12-03
slidev
平面设计师

Create and edit presentation slides using Slidev framework when user requests slides, presentations, or deck modifications

2025-12-03
#004
goskills
5 个 skills18126更新于 2025-12-22
占该创作者 8.9%
#007
chao-go-perf
1 个 skills374更新于 2026-05-26
占该创作者 1.8%
#008
chao-go-sync
1 个 skills346更新于 2026-05-25
占该创作者 1.8%
#010
rob-pike-skill
1 个 skills10更新于 2026-04-09
占该创作者 1.8%
已展示 12 / 13 个仓库