Skip to content

docs: add generic skill specification for wechat-cli#1

Open
backtomyfuture wants to merge 2 commits intohuohuoer:mainfrom
backtomyfuture:feat/add-factory-skill
Open

docs: add generic skill specification for wechat-cli#1
backtomyfuture wants to merge 2 commits intohuohuoer:mainfrom
backtomyfuture:feat/add-factory-skill

Conversation

@backtomyfuture
Copy link
Copy Markdown

@backtomyfuture backtomyfuture commented Apr 14, 2026

Summary

This PR adds a reusable skills/SKILL.md specification for wechat-cli, designed as a general-purpose skill definition that can be used across different agent runtimes.

What Changed

  • add skills/SKILL.md with valid frontmatter metadata (name, version, requires.bins, cliHelp)
  • document command coverage and usage patterns for core capabilities (init, sessions, history, search, contacts, members, stats, export, favorites, unread, new-messages)
  • define explicit safety guardrails for privileged/sensitive flows (init, sudo, codesign, key material handling)
  • clarify option behavior: --format is a subcommand option, not a global flag

Why

  • standardize skill invocation and command mapping
  • reduce operator error in sensitive operations
  • improve maintainability and cross-tool interoperability

Validation

  • python3 -m compileall wechat_cli
  • python3 entry.py --help
  • frontmatter YAML parse check passed

Scope

  • docs/metadata only
  • no runtime behavior changes to wechat-cli

backtomyfuture and others added 2 commits April 13, 2026 17:36
Document a production-ready SKILL.md with command mapping, security guardrails, and validated metadata for agent integrations.

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Place the Factory skill file under skills/SKILL.md to follow a structured repository layout for integrations.

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
@backtomyfuture backtomyfuture changed the title docs: add Factory skill specification for wechat-cli docs: add generic skill specification for wechat-cli Apr 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant