Skip to main content

Geoff-JI/JiHarn

SkillsMP hat 22 Skills aus Geoff-JI/JiHarn gesammelt. Öffne einen Skill, um Quelle und Details zu prüfen.

Letzte erfasste Quellaktivität
SkillsMP-Katalog aktualisiert
gesammelte Skills
22
GitHub-Stars
4
GitHub-Forks
1

Es werden 22 von 22 gesammelten Skills angezeigt.

Beruf
Softwareentwickler
Beschreibung

使用 RollingGo CLI 查询酒店信息、筛选结果、读取酒店标签和获取房型价格。当用户需要按目的地 / 日期 / 星级 / 预算 / 标签 / 距离搜索酒店、查看酒店详情与房型报价,或读取酒店标签库时触发本技能。触发短语——"搜索酒店"、"查酒店"、"酒店详情"、"房型价格"、"酒店标签"、"附近酒店"、"rollinggo"。

Quellsprache: Chinesisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

When the user provides a URL to a SKILL.md or a skill hub catalog, automatically fetch and install it. Parsed formats supported: - Direct SKILL.md URL: https://skillhub.cn/install/skillhub.md → extract name from frontmatter - HTTP(S) paths referencing…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Handle hotel price / availability requests by using a dedicated hotel skill source or realtime travel lookup. Prefer installing the RollingGo hotel skill from ClawHub when the user wants live hotel results.

Quellsprache: Englisch

Aktualisiert
Beruf
Schriftsteller und Autoren
Beschreibung

Generate a single rich-card travel itinerary on demand. The user names a destination plus a duration ("<DEST>三日游", "<DEST>赏樱攻略", "<DEST>美食推荐") and the agent returns ONE structured RichMessage covering route, food, transport, stay, budget, pitfalls, and…

Quellsprache: Mehrsprachig

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Lightweight code-review checklist the agent runs before declaring a patch ready. Catches the obvious classes of issue (dead code, missing error handling, weakened tests) without a full security audit. Adapted from addyosmani's "Review" lifecycle phase.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Root-cause-first debugging loop for code or runtime errors: understand the failure before proposing a fix. Adapted from Hermes' systematic- debugging — same iron law, smaller surface, JiHarn-tool-aware.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Do not declare a task done without running verification. For code, that means running tests / smoke; for answers, that means checking the claim against a fresh source. Adapted from obra/superpowers and addyosmani's "Verify" lifecycle phase.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Umbrella skill for user document workflows — PDF, Word, Excel, PowerPoint, text extraction, summarization. Dispatches to the right MCP / tool; proposes an install via mcp-discovery when no local capability fits. Adapted from Anthropic's docx/pdf/xlsx/pptx…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

When the user wants something the agent doesn't have a tool for yet (travel planning, GitHub issues, Linear, weather, filesystem, ...), search the live MCP ecosystem for an existing server, propose installing it, and on confirm wire it up via mcp_manage.…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

定期检查 JiHarn 的 skill、MCP 工具、记忆摘要的变化, 生成一份变更摘要并通过 IM 发送给用户。

Quellsprache: Chinesisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Produce concise docs and Architectural Decision Records (ADRs) when a workflow or design becomes durable. Favours short artifacts over exhaustive manuals. Adapted from addyosmani's "documentation-and-adrs" and the skill-authoring doctrine.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Author a new JiHarn skill in the canonical Trigger / Inputs / Steps / Verification / Failure Signals format. Class-level only. Used when the user says "把这个流程记成 skill" or in background skill review.

Quellsprache: Chinesisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

在安装来自外部 URL / GitHub / 他人分享的 SKILL.md 之前, 对其内容做安全性和质量审查,输出审查报告和安装建议。

Quellsprache: Chinesisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Meta skill that guides the agent on when to pick an existing skill, when to create a new one, and when to install an MCP server. Adapted from obra/superpowers' "using-superpowers" and addyosmani's "meta" skill for personal-AI use.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Find a small list of academic papers on demand — "给我 N 篇目标检测领域 顶刊 / 顶会 / SOTA 论文 / 综述" — using the multi-source chain arxiv API → Semantic Scholar → web_search. Distinct from `daily-paper-digest` (scheduled daily delivery) and `arxiv` (single-day category…

Quellsprache: Englisch

Aktualisiert
Beruf
Projektmanagementspezialisten
Beschreibung

Reply with a structured plan instead of executing. Goal, assumptions, numbered steps, verification, risks. No file writes unless the user explicitly asks. Used when the user says "先列个计划" / "先想想再做".

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Scheduled or on-demand digest of recent papers in a chosen field, with source URLs and a one-line takeaway per paper. Used as the skill_hint for cron jobs like "每天 8 点给我发最新论文".

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Compact news roundup on a topic: web_search for fresh items, dedup, read 1-2 sources per item, return short bullets with links. Use as the skill_hint for "每天 8 点给我发新闻" cron jobs.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Look up current weather, short forecast, or rain check for a city using wttr.in. No API key, no new tool — uses read_url against https://wttr.in/<city>?format=...

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Summarise a single web URL the user shares: fetch with read_url, produce a compact key-points reply. No external CLI, no API key.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Handle time-sensitive travel requests by using built-in realtime travel lookup or attaching MCP servers for railway tickets, flights, maps, local places, weather, hotels, and route planning. Prefer a quick answer path: call the built-in travel_realtime tool…

Quellsprache: Englisch

Aktualisiert
Beruf
Schriftsteller und Autoren
Beschreibung

对 AI 生成的文本做去 AI 味润色:去掉套话、模板感、 过度完整的列表结构,让输出更像人话、更自然。

Quellsprache: Chinesisch

Aktualisiert
Es werden 22 von 22 gesammelten Skills angezeigt.