Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

AzureAgentForge

AzureAgentForge 收录了来自 mrobinson2 的 6 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
6
Stars
20
更新
2026-07-21
Forks
5
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

honcho-memory
软件开发工程师

Query the Honcho persistent memory store for facts about peers (users or agents). Use this for any "what do you know about me / the user" style question instead of fabricating from training data.

2026-07-21
agent-delegate
其他计算机职业

Delegate tasks to other agents in the team by creating real PaperClip child issues. Covers single-agent delegation and multi-agent coordination, with failure handling and idempotency. Trigger phrases: any task outside your direct capabilities (email/calendar/drive) that should be routed to Coder, Infrastructure, Strategy, Planner, Researcher, Curator, QA, Security, CostGuardian, Coach, Business, or Psychology — or any task that says "coordinate", "delegate", "split this", "create child issues", or "assign to".

2026-07-05
exa-search
市场调研分析师与营销专员

Semantic / neural web search via the Exa API. Use for conceptual, exploratory, or "find things like X" research where keyword search underperforms — e.g. "papers about agent memory", "companies similar to <X>", "blog posts arguing <position>". Trigger phrases: "search for", "find research/papers/articles on", "what's out there about", "find similar", "semantic search". Complements brave-search (use brave for fresh/news/exact-term). The `exa-search` CLI is on `$PATH` and emits the same JSON shape as brave-search.

2026-07-05
video-transcript
综合办公文员

Pull a plain-text transcript from a video URL (YouTube, Vimeo, Bilibili, and ~1800 other sites) so you can read, summarize, quote, or research its content without watching it. Use whenever a source or request is a video link. Trigger phrases: "summarize this video", "what does this talk/video say", "transcript of <url>", "get the captions", or any task pointing at a youtube.com / youtu.be / vimeo / video URL. The `video-transcript` CLI is on `$PATH`.

2026-07-05
web-read
综合办公文员

Read a web page as clean Markdown instead of raw HTML. Use whenever you need the actual content of a specific URL — an article, vendor/pricing page, changelog, docs page, or any link a search result pointed you to. Trigger phrases: "read this page", "what does <url> say", "fetch/open this link", "get the article", "extract the content", or any time you would otherwise `curl` a URL to read it. The `web-read` CLI is on `$PATH`.

2026-07-05
web-research
市场调研分析师与营销专员

How to do web research with the right tool and a fallback when one fails: which search backend to use, how to read a page cleanly, how to get a video's transcript, and how to check that the backends are healthy. Use at the start of any research/lookup/"find out about X" task, or when a research tool returns empty/erroring results and you need the fallback. Pulls together exa-search, brave-search, web-read, video-transcript, and the research-doctor health check.

2026-07-05