所有 Skills
找到 3865 个 Skills
Skills 列表

indexion-segment
将文本分割为上下文相关的块,用于RAG/嵌入管道。通过窗口、TF-IDF、标点或混合策略(根据意图选择)进行文档分段和章节提取。
trkbt10
indexion-kgf
调试和检查 KGF 规范——查看源文件的词法分析结果、解析树和提取的边。在添加/修复语言支持或 indexion 的分析输出异常时使用。
trkbt10
indexion-wiki
Project wiki lifecycle — create pages, track source changes with ingest, update stale pages, lint structural integrity, detect code-to-doc drift with reconcile, and manage search indexes. A runbook for navigating and maintaining the wiki as an agent.
trkbt10
indexion-agent-orient
生成并使用预编辑结构简报,使编码代理在实施前了解可能的负责人、消费界面和不安全的编辑位置。
trkbt10
indexion-identity
使用 `indexion identity audit` 检测和审查代码中的名称/内容漂移,然后规划经过验证的重命名、移动、文件夹更改或拆分。
trkbt10
clawdirect
与ClawDirect交互,这是一个面向AI代理的社交网络体验目录。使用此技能浏览目录、点赞条目或添加新站点。调用MCP工具需要ATXP认证。触发条件:浏览面向代理的网站、发现代理社交平台、对目录条目点赞/投票,或向ClawDirect提交新的代理站点。
napoleond
clawdirect-dev
使用基于ATXP的身份验证构建面向AI代理的Web体验,遵循ClawDirect模式。当构建AI代理通过MCP工具交互的网站、实现基于Cookie的代理身份验证或为Web应用创建代理技能时,使用此技能。提供使用@longrun/turtle、Express、SQLite和ATXP的模板。
napoleond
Desktop Control
控制鼠标、键盘和屏幕,用于桌面自动化任务
patrickporto
pricewin-hotel-deal-finder
通过比较 Booking.com、Agoda、Google Hotels 和 OpenTravel 上任意城市和任意日期的实时价格,找到最便宜的酒店优惠——一条命令即可返回按最佳性价比、最便宜和品质精选排序的结果,并附带直接预订链接,所有价格均统一为美元。当有人询问酒店价格、酒店优惠、最便宜的房间或房价、最佳酒店价格、酒店价格比较,或哪个 OTA 更便宜时使用——例如“Booking 和 Agoda 哪个去东京更便宜”、“帮我找曼谷 100 美元以下的酒店”、“比较 8 月 12 日至 15 日的酒店价格”、“新宿附近最便宜的酒店”。
price-win
claude-brainrot
始终在线的自动梗图投放器。一个 UserPromptSubmit 钩子在每次用户消息时触发,指示 Claude 在每次回复中投放多个梗图——1-3 个图像+声音组合加上 1-5 个纯声音触发,根据回复长度缩放。每个回答都带有脑腐。无需调用;自动加载并保持激活。吐槽通过梗图本身传达,从不使用文字。自包含技能——目录和资源位于此技能文件夹中。
marks97
gen-paylink-govilo
将文件上传至 Govilo 并通过 Bot API 生成解锁链接。适用于以下场景:(1) 从 ZIP、文件夹或单个文件创建 Govilo 解锁链接,(2) 使用预签名 URL 自动上传文件到 Govilo R2 存储,(3) 管理 Govilo Bot API 交互(预签名 → 上传 → 创建商品)。需要设置 GOVILO_API_KEY 和 SELLER_ADDRESS 环境变量。若缺失,会引导用户在 https://govilo.xyz/ 注册。
hau823823
reddapi
使用此技能通过 reddapi.dev API 访问 Reddit 的完整数据存档。支持语义搜索、子版块发现和实时趋势分析。非常适合市场调研、竞争分析和利基机会发现。
lignertys
ziniao-shared
紫鸟 CLI 共享基础:应用配置初始化、统一 apiKey 认证、错误处理、输出格式、安全规则。当用户需要第一次配置(`ziniao-cli config init`)、遇到认证/权限问题、或首次使用 ziniao-cli 时触发。
ziniao-open
limrun-detox-testing
Configure, run, or debug Detox on Limrun iOS simulators. Use when attaching the Limrun Detox runtime to an app, wiring Detox mediator connectivity, or validating app/tester connections over reverse tunnels.
limrun-inc
limrun-expo-development
Prepare and run Expo / React Native apps on Limrun with Expo dev-client iteration. Use when the user wants an Expo dev build, Metro tunnel, hot reload, JS/TS iteration without repeated native rebuilds, or to run/test an Expo app on a remote iOS simulator.
limrun-inc
limrun-ios-simulator
Drive an app running on a Limrun cloud iOS simulator: launch, tap, type, read the accessibility element tree, screenshot, record video, and run timed action chains. Use after a build (from any builder) when the user wants to see, test, or interact with their app on a simulator, or says 'show me a screenshot', 'tap', 'run the UI test', 'record a video', or 'launch on simulator'. To build the app first, use limrun-xcode-bazel (Bazel workspaces) or limrun-xcode (xcodebuild projects).
limrun-inc
limrun-xcode
Build an iOS / Apple app on remote Xcode with `lim xcode build` instead of local xcodebuild, from any environment (Linux, Windows, macOS, VM, container). Use for non-Bazel projects (an `.xcodeproj` / `.xcworkspace`, an XcodeGen `project.yml` with a gitignored project, React Native / Expo native build) when the user wants to build, compile, reload, produce a preview build, or ship a signed device IPA. To run, tap, screenshot, or otherwise interact with the result on a simulator, use limrun-ios-simulator. For Bazel workspaces, use limrun-xcode-bazel.
limrun-inc
limrun-xcode-bazel
Build a Bazel-based iOS / macOS / Apple app on Limrun's remote build execution (RBE) instead of a local Mac, and install it on a remote iOS simulator. Use when the project is a Bazel workspace (MODULE.bazel / WORKSPACE) building rules_apple / rules_swift targets and the user wants to `bazel build` it or run it on a simulator, or when a `--config=limrun` build or install misbehaves. To then tap, type, screenshot, or otherwise interact with the running app, use limrun-ios-simulator. For non-Bazel (plain xcodebuild) projects use limrun-xcode instead.
limrun-inc
fusion-issue-authoring
Classify issue type, activate the matching agent mode for type-specific drafting, and enforce shared safety gates before GitHub mutation.
equinor
review-loop
Iterative worker-reviewer cycle that spawns a critic subagent to score work 1-10 and provide actionable feedback, then revises until a quality gate is met. Use when implementing features, writing specs, reviewing existing code, or completing any task where quality matters more than speed. Trigger phrases: "use review-loop", "polish this", "iterate on this", "/review-loop", "review with feedback loop".
2dmurali
browser-fingerprint-audit
Audit a browser fingerprint for internal contradictions with the liarjs CLI - canvas, WebGL, WebGL2, WebGPU, audio, 220 fonts, WebRTC and timezone probes, scored against the TLS/HTTP/ASN view of the same request. Use when asked to run a browser fingerprint test, see what a fingerprint looks like, check canvas or WebGL fingerprint stability, compare a spoofed profile against a real browser, or find out whether a browser profile is self-consistent.
liarjsdev
playwright-stealth-verify
Check whether a Playwright, Puppeteer, Selenium or CDP-driven browser presents a coherent fingerprint, using liarjs as a library against a Page you already have - navigator.webdriver, HeadlessChrome tokens, worker versus main-thread identity, patched-API integrity, WebGL versus WebGPU GPU identity. Use when asked whether an automated browser looks like a normal one, when a headless setup or a stealth plugin's effect needs measuring rather than assuming, or when an assertion on fingerprint quality belongs in a test suite.
liarjsdev
fingerprint-ci-gate
Gate a build on browser fingerprint regressions with liarjs - save a baseline scan as JSON, diff later runs against it, and fail the job when the consistency score falls below a floor. Use when asked to add a fingerprint or headless-detection check to GitHub Actions, GitLab CI or another pipeline, to catch a regression in a Chromium build or scraping harness before it ships, or to track how a fingerprint score changes across commits.
liarjsdev
fingerprint-failure-triage
Read a liarjs fingerprint report and attribute each failing check to the component that produced it - what the check id measures, whether the signal comes from the launch configuration, the page-modifying layer, the network path or the machine image, and which failures are inherent to headless or datacenter environments. Use when a fingerprint scan came back with a low score, or when a check id such as webdriver, worker-consistency, gpu-triad, native-integrity or tz needs explaining.
liarjsdev