Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
longsizhuo
Perfil de creador de GitHub

longsizhuo

Vista por repositorio de 9 skills recopiladas en 6 repositorios de GitHub.

skills recopiladas
9
repositorios
6
actualizado
2026-07-11
explorador de repositorios

Repositorios y skills representativas

invest
Analistas financieros y de inversiones

openInvest 多资产 AI 投资委员会 **日常使用**。读取持仓 / 实时行情 / 策略 / 历史决议 / 加减仓 / 跑 4 角色 LLM 委员会给投资 verdict。支持任意 yfinance symbol(A 股 / 港股 / 美股 / ETF / 加密 / 商品)和任意币种。**两条路径**:(1) Coordinator — Claude Code spawn 4 个 subagent,省 DeepSeek token;(2) Direct — 任何 agent(Cursor / Cline / Codex / 普通脚本)跑 `run.sh run_committee <SYM>` 一键拿 verdict。**触发场景**:"show portfolio / 看看我的持仓"、"我现在涨了多少 / how is my P&L"、"该不该买/卖 X / should I buy X"、"分析一下 X / analyze X"、"跑委员会 / run committee on X"、"track AAPL / 跟踪苹果"、"加仓 / 减仓 / 记一笔交易"。**首次安装走另一个 skill `invest-setup`**(doctor 返回 needs_setup 时切过去)。后端 longsizhuo/openInvest。

2026-07-11
invest-backup
Desarrolladores de software

备份 / 恢复 openInvest 的本地状态——memory/(持仓、策略、用户画像、委员会记录、dream 日志)+ db/(交易台账、job 运行历史、行情缓存)+ .env(SMTP/API 凭据)+ user_profile.json。这些数据全部 .gitignore,git 里没有任何历史版本,一旦被误覆盖(例如手滑直接跑了某个一次性迁移/初始化脚本)就是真实数据丢失,没有 git revert 可用。**主动触发场景**:"备份一下 openInvest 的数据"、"backup invest data"、"我的持仓/策略好像被清空了"、"invest 数据丢了"、"恢复一下 invest 的备份"、"restore invest backup"、任何要在这台机器上重装/迁移 openInvest 部署之前、或者刚要跑一个陌生的迁移/初始化脚本之前(先备份再动手)。

2026-07-08
invest-setup
Desarrolladores de software

First-time openInvest installation and onboarding. **ONLY use when** user explicitly says "set up invest" / "init invest" / "帮我初始化 invest", OR when `invest` skill's `doctor` returns `status: "needs_setup"`. **NOT for daily usage** — once onboarding is done, the `invest` skill takes over (portfolio viewing, committee analysis, buy/sell tracking). Wraps `run.sh init --from-stdin` with the canonical 5-question flow.

2026-07-06
okf-frontmatter
Desarrolladores de software

Maintain openInvest's docs (docs/wiki chapters + docs/wiki/adr) under Google's Open Knowledge Format (OKF). Two jobs. (1) Teach agents to maintain docs the OKF way — every doc carries a small YAML frontmatter block as the single source of truth (type, title, tags, intent, schema_source, documents); schema details link to the authoritative code instead of being copied into prose; no more hand-maintained thousand-line markdown. (2) Look docs up fast — grep the literal term FIRST; only when grep is ambiguous (hits scattered across files / synonym mismatch / zero hits) run find_docs.py to rank the owning doc by frontmatter intent, or resolve a doc's schema_source to the real code. Trigger phrases — "which doc covers X", "find the schema for PortfolioResponse", "where is GET /api/holdings documented", "docs for verdict.risk_profile", "add OKF frontmatter to this doc", "lint the wiki", "scaffold a new ADR/chapter". Run: scripts/run.sh find|schema|index|lint|new (or python3 scripts/find_docs.py --repo <path> ...).

2026-06-27
Mostrando 6 de 6 repositorios
Todos los repositorios cargados