shiwenwen

34 mods across 1 repository, 1.5k stars between them.

shiwenwen/hope-agent

Instructions file CodexOpenCode

Repository instructions for Hope Agent, a local desktop AI assistant built with Tauri, React, and Rust. They define security rules, branch and release conventions, and required checks before submitting code.

1.5k 2d ago C 16,627 tokens original MIT

shiwenwen/hope-agent

Instructions file

Instructions for shiwenwen/hope-agent, a project described as: 🦭 会记忆、能持续推进目标、会动态编排多 Agent 的跨端桌面 AI 助手,也可服务化常驻 NAS / 云端 | A cross-device desktop AI agent with memory, autonomous goals, dynamic workflows, and headless deployment.

1.5k 2d ago A 5 tokens copy · 100% MIT

email-draft

03

shiwenwen/hope-agent

Skill Claude CodeCodex

Use when the user asks to draft, polish, translate, or reply to an email. Produces a clean draft with subject line, greeting, body, and sign-off, plus a pre-send self-check.

1.5k 2d ago A 46 tokens original MIT

feishu

04

shiwenwen/hope-agent

Skill Claude CodeCodex

Use when the user mentions 飞书 / Feishu / Lark workspace operations: docx (云文档) read/write, bitable (多维表格) records / views / dashboards, drive (云盘) upload/download, wiki (知识库) link resolution, approval (审批) instance create/cancel/query, calendar (日历) event create/list/update + attendees, contact (联系人) user/department…

1.5k 2d ago A 189 tokens original MIT

ha-browser

05

shiwenwen/hope-agent

Skill Claude CodeCodex

Hope Agent browser automation — the standard status → tabs → snapshot → act loop, stale-ref recovery rules, and what to do when login / 2FA / captcha / camera-prompt / dialog blocks progress. Load this skill whenever you reach for the browser tool. Trigger on: user asks the agent to open / control / click / scrape /…

1.5k 2d ago A 140 tokens original MIT

ha-code-review

06

shiwenwen/hope-agent

Skill Claude CodeCodex

Hope-native review of uncommitted, staged, commit, branch, or PR changes: discover concrete regressions, independently verify candidates, and report actionable findings first without speculative noise.

1.5k 2d ago A 40 tokens original MIT

ha-coding-common

07

shiwenwen/hope-agent

Skill Claude CodeCodex

Hope-native baseline for implementing, fixing, refactoring, and maintaining code: inspect the repository first, protect user changes, keep scope narrow, and finish with direct evidence.

1.5k 2d ago A 39 tokens original MIT

ha-coding-plan

08

shiwenwen/hope-agent

Skill Claude CodeCodex

Hope-native implementation planning for non-trivial code changes: ground the plan in repository evidence, order dependencies, name critical files and risks, define verification, then continue execution when allowed.

1.5k 2d ago A 41 tokens original MIT

ha-data-analytics

09

shiwenwen/hope-agent

Skill Claude CodeCodex

Hope-native local-first data analysis and Artifact reporting. Use for CSV/XLSX analysis, KPI readouts, metric diagnosis, product/business analysis, data-quality review, dashboards, charts, analytical reports, 数据分析, 指标诊断, 数据质量, 分析报告, or when the user wants a shareable offline HTML/ZIP/Markdown/PDF result. Produces the…

1.5k 2d ago A 106 tokens original MIT

ha-data-stores

10

shiwenwen/hope-agent

Skill Claude CodeCodex

Map of Hope Agent's local data stores and safe read-only query workflow. Use when the user asks where Hope Agent stores data, wants to inspect sessions/messages/memory/logs/background jobs/knowledge indexes/settings, asks the model to query local app data, or debugging requires checking persisted state. Trigger…

1.5k 2d ago A 115 tokens original MIT

ha-debug

11

shiwenwen/hope-agent

Skill Claude CodeCodex

Hope-native debugging for code failures, regressions, crashes, flaky behavior, and bad output: reproduce or characterize, rank falsifiable hypotheses, fix the smallest root cause, and prove the failing path.

1.5k 2d ago A 43 tokens original MIT

ha-find-skills

12

shiwenwen/hope-agent

Skill Claude CodeCodex

Discover and install third-party skills from external registries when the user needs a capability that no currently-active skill covers. Trigger when: (1) the user explicitly asks 'find a skill for X', 'is there a skill that does X', 'install a skill to X', (2) the user requests a well-known integration (Slack…

1.5k 2d ago E 153 tokens original MIT

ha-knowledge

13

shiwenwen/hope-agent

Skill Claude CodeCodex

Working method for the Hope Agent knowledge space — how to capture, organize, link, retrieve, and maintain Markdown notes well with the note tools. Load whenever you are reading or writing notes in an attached knowledge base. Trigger on: user asks to take / save / organize / restructure notes, build or grow a…

1.5k 2d ago A 187 tokens original MIT

ha-logs

14

shiwenwen/hope-agent

Skill Claude CodeCodex

Self-service diagnostics — query Hope Agent's local SQLite databases (logs / sessions / background jobs) directly via the exec tool to investigate problems, analyze usage, and locate root causes. Trigger on: user reports something broken / failing / slow / stuck / not responding ('X 不工作', 'X 报错', 'X 卡住', '为什么 X 失败'…

1.5k 2d ago A 183 tokens original MIT

ha-mac-control

15

shiwenwen/hope-agent

Skill Claude CodeCodex

Hope Agent native macOS desktop control — the standard maccontrol status / diagnostics / apps / dock / spaces / snapshot / visual / windows / menu / clipboard / dialog loop, target-first action rules, no-blind-coordinate policy, and recovery for stale AX/window/menu/dialog state. Load whenever using maccontrol, or…

1.5k 2d ago A 139 tokens original MIT

ha-manual

16

shiwenwen/hope-agent

Skill Claude CodeCodex

Answer 'how do I use X / where is setting Y / what does panel Z do' questions about Hope Agent from the built-in bilingual user guide instead of guessing from memory. Trigger on: 怎么用, 在哪设置, 怎么开启, 如何配置, 使用手册, 用户手册, 功能说明, how to use, where is the setting, how do I enable, user guide, manual. The guide covers install &…

1.5k 2d ago A 166 tokens original MIT

shiwenwen/hope-agent

Skill Claude CodeCodex

Hope-native multi-agent coding orchestration: fan out only independent valuable work, enforce bounded scope and isolation, consume structured results progressively, steer or cancel, and keep synthesis with the main Agent.

1.5k 2d ago A 45 tokens original MIT

ha-pet-import

18

shiwenwen/hope-agent

Skill Claude CodeCodex

Safely import, select, switch, or enable a compatible desktop pet in Hope Agent. Resolve packages from any origin, including local folders, zip archives, pet.json plus a sprite, PNG/WebP atlases, chat attachments, repository or cloud files, direct HTTPS artifact URLs, and download pages. Use whenever a user asks to…

1.5k 2d ago A 109 tokens original MIT

ha-self-diagnosis

19

shiwenwen/hope-agent

Skill Claude CodeCodex

Self-understanding and issue reporting for Hope Agent itself. Use when the user asks how Hope Agent works internally, asks about its own source code/docs/runtime behavior, reports a bug/failure/slowness/crash, asks to diagnose logs, or asks to create/submit a GitHub issue for a bug, feature request, or improvement…

1.5k 2d ago A 114 tokens original MIT

ha-self-update

20

shiwenwen/hope-agent

Skill Claude CodeCodex

Check for and install Hope Agent updates through conversation. Use whenever the user asks about upgrades, new versions, release notes, or reports a bug that might already be fixed upstream — phrases like 'upgrade Hope Agent', 'update hope agent', 'check for new version', '升级一下', '有新版本吗', '帮我升级', 'is there a newer…

1.5k 2d ago B 180 tokens original MIT

ha-settings

21

shiwenwen/hope-agent

Skill Claude CodeCodex

Manage Hope Agent application settings through conversation. Use when the user wants to view or change any app configuration: theme, language, enhanced focus indicators, proxy, temperature, notifications, tool timeout, context compaction, automatic session titles, web search, GitHub issue reporting, memory, embedding…

1.5k 2d ago B 214 tokens original MIT

ha-skill-creator

22

shiwenwen/hope-agent

Skill Claude CodeCodex

Create, edit, improve, or audit Hope Agent skills. Use when the user wants to: (1) create a new skill from scratch, (2) edit or improve an existing skill, (3) review or clean up a SKILL.md file, (4) run evaluations to test skill effectiveness, (5) optimize skill descriptions for better trigger accuracy. Trigger…

1.5k 2d ago A 106 tokens original MIT

analyzer

23

shiwenwen/hope-agent

Agent

Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.

1.5k 2d ago A 0 tokens copy · 100% MIT

comparator

24

shiwenwen/hope-agent

Agent

Compare two outputs WITHOUT knowing which skill produced them.

1.5k 2d ago A 0 tokens copy · 100% MIT