Reusable AI Agent skills for Runtime-aware web interaction — adapt websites, build site profiles, search & summarize content. Works with Copilot CLI, OpenClaw/Antigravity, Claude Code, Cursor.
Reusable AI Agent skills for Runtime-aware web interaction — works with GitHub Copilot CLI, OpenClaw/Antigravity, Claude Code, Cursor, and any agent that supports markdown-based skill files.
可复用的 AI Agent skills,面向 Runtime-aware 网页交互 —— 适用于 GitHub Copilot CLI、OpenClaw/Antigravity、Claude Code、Cursor 等所有支持 markdown skill 的 AI Agent。
Core capabilities | 核心能力:
This repo packages a practical browser-workflow playbook into shareable Cursor skills.
这个仓库把一套实战验证过的浏览器工作流,整理成了可以分享、安装、复用的 Cursor skills。
Cognition Layer → LLM (Planner + Reasoner)
Execution Layer → opencli (CLI) / fetch (API) / Browser Agent (UI)
Memory Layer → site profiles, platform registry
Environment → Web
The key insight: the agent should pick the best execution path per platform, not default to browser scraping.
核心洞察:Agent 应该按平台选最优执行路径,而不是默认走浏览器抓取。
if opencli supports the platform:
use opencli (deterministic, zero LLM cost, session-reuse)
elif public API exists:
use fetch (structured JSON, no rendering needed)
elif site is SSR and publicly accessible:
use web_fetch or Playwright (metadata extraction)
else:
require login-state browser or declare blocked
| Platform | opencli | Public API | SSR fetch | Tier | Recommended |
|---|---|---|---|---|---|
| Bilibili | ✅ bilibili search | ✅ api.bilibili.com | partial | T1 | opencli |
| YouTube | ✅ youtube search | ✅ Data API | partial | T1 | opencli |
| HackerNews | ✅ hackernews top | ✅ hn.algolia.com | ✅ SSR | T1 | op |
Mine your Claude Code and Codex logs into a local you.md agent profile.
Local-first AI coding agent for VS Code & Cursor. Ollama, LM Studio & your inference fleet. Cursor-grade agent UX — offline, private, zero token cost.
A self-improving skill for AI coding agents (Claude Code, Cursor, AGENTS.md): recognize a hard-won golden path in a session and harvest it into a reusable skill/rule for next time.
Second brain for Forward Deployed Engineers. Engagement memory + 35 skills across 6 domains, all behind one @fde... Works with any AI coding agent.
Game-development Agent Skills for AI coding agents: install once and a master router loads the right skill for your engine and task. 66 original, version-pinned skills (plus a master router) in the portable SKILL.md format that runs across Claude Code, Cursor, Codex, Copilot, Gemini CLI and more, for Godot, Unity, Unreal, web and beyond.
Honey (I Shrunk the AI) by GreenPT: a cross-tool coding skill that cuts AI coding-agent token usage and LLM API costs — write less code, less prose, and denser agent-to-agent handoffs (−53%, lossless in benchmarks) with no loss of quality. Works with Claude Code, Cursor, GitHub Copilot, Codex, Gemini CLI, Windsurf, Cline & Kiro.
Workflows from the Neura Market marketplace related to this Cursor resource