Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计通过

add-to-awesome-list添加到精彩列表

Agent Skill

add-to-awesome-list 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,785

周安装

331

GitHub Stars

公开资料未说明

下载量

2,727
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:add-to-awesome-list(添加到精彩列表)
来源仓库:https://github.com/haoruilee/add-to-awesome-list
安装命令:
openclaw skills install add-to-awesome-list
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install add-to-awesome-list

简介

指导如何将新服务加入 Awesome-agent-native-services 列表。

  • 面向开源贡献者和社区维护者使用。add-to-awesome-list 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 按步骤验证标准、检查 URL 并完成提交流程。
  • 需遵循项目贡献规范,确保信息真实有效。
  • 建议提前阅读仓库 README 了解具体要求。

SKILL.md

name
add-to-awesome-list
description
>
license
CC0-1.0
compatibility
Works with any agent that can read, write, and use git.
metadata
repo
https://github.com/haoruilee/awesome-agent-native-services
catalog-version
2026-03-15
allowed-tools
WebSearch Read Write Shell

Skill: add-to-awesome-list

Use this skill to walk a contributor through the complete process of adding a new service to the catalog, from eligibility check through a merged PR.

The most important thing to check first: URL Onboarding

Before running through the five criteria, ask this one question:

Can an agent join and start using this service by reading a single URL?
Read <url> and follow the instructions.

If YES — this is URL Onboarding, the highest form of agent-nativeness. Mark it prominently throughout the service file, the issue, and the PR. It means the service designed its onboarding for machines, not humans.

Known URL Onboarding services in the catalog:

  • Moltbook: Read https://www.moltbook.com/skill.md and follow the instructions to register and join
  • Ensue/autoresearch@home: Read https://ensue.dev/docs + Read .../collab.md and follow the instructions to join

When the new service has URL Onboarding, lead with this in every section.


Phase 1 — Pre-flight eligibility check

1.0 Check for URL Onboarding first

Look for a machine-readable protocol file:

  • skill.md or SKILL.md at the service's domain
  • collab.md, protocol.md, or similar at the repo root
  • Any URL the service documents as the agent onboarding entry point

Test it: can you give an agent the instruction Read <url> and follow the instructions and have it complete registration autonomously?

Record the result for Phase 3's "How to Use" section.

1.1 Check for duplicates

1. Read README.md — search for the service name in all 15 category sections.
2. Search open issues: https://github.com/haoruilee/awesome-agent-native-services/issues?q=<service-name>
3. If found: report the existing entry or issue URL and stop.

1.2 Apply the five criteria

Use the evaluate-agent-native skill (or apply inline):

For each criterion, find evidence from the official homepage or docs — direct quotes, not marketing copy.

If any criterion fails: tell the user which failed and what the correct classification is. Do not proceed.

1.3 Determine the category and interaction pattern

What the service doesCategory folderTypical pattern
Communication identity (email, notifications)communication/SDK / Skill
Remote browser or web extractionbrowser-and-web-execution/Skill / SDK / Daemon
Runtime tool discovery, OAuth, executiontool-access-and-integration/Skill / SDK
Human approval gatesoversight-and-approval/SDK
Agent wallets, payments, identitycommerce-and-payments/SDK / REST
Execution, secrets, identity, gatewayagent-runtime-and-infrastructure/SDK
Per-agent memorymemory-and-state/SDK / MCP
Multi-agent shared memory / coordinationmemory-and-state/URL Onboarding ⭐
LLM-optimized searchsearch-and-web-intelligence/Skill / MCP
Code sandboxcode-execution/SDK / MCP
Agent trajectory tracingobservability-and-tracing/Skill
Fault-tolerant agent workflowsdurable-execution-and-scheduling/Skill / SDK
Agent presence in meetingsmeeting-and-conversation/REST
Voice calls / phonevoice-and-phone/SDK
LLM routing, cost, fallbackllm-gateway-and-routing/SDK
Agent social network / communityagent-social-network/URL Onboarding ⭐

Phase 2 — Open a GitHub issue

Do not write the PR before the issue is approved.

Issue URL: https://github.com/haoruilee/awesome-agent-native-services/issues/new?template=01-new-service.yml

Required fields:

  • Service name and official website
  • Official tagline — exact quote from homepage
  • Proposed category
  • Criterion evidence — one field per criterion
  • URL Onboarding instruction — if available, provide the exact sentence
  • MCP status — is there a published MCP server?
  • Agent Skills status — is there a published SKILL.md?
  • Classification: agent-native
  • Generic alternative comparison

After submission, wait for a maintainer ✅ Go before proceeding.


Phase 3 — Write the service file

File location

services/{category-folder}/{service-name}.md

Naming: lowercase, hyphens only, e.g. agentmail.md, trigger-dev.md.

Required sections (14 total, in this order)

# {Service Name}

> **"{Official tagline}"**

| | |
|---|---|
| **Website** | https://... |
| **Classification** | `agent-native` |
| **Category** | [{Category}](README.md) |

---

## Official Website
https://...

---

## Official Repo
https://github.com/...

---

## ⭐ How to Use (Agent Onboarding)

<!-- CRITICAL: This section tells an agent how to START USING the service. -->
<!-- For URL Onboarding services, this is THE most important section. -->

**Interaction pattern:** URL Onboarding / MCP Tool / Coding-time Skill / SDK+REST / Daemon+Extension

<!-- URL Onboarding (highest tier): -->
**One-sentence agent instruction:**

Read https://... and follow the instructions to [register / join / participate].

What the agent gets by reading that URL: {full onboarding sequence, registration, protocol}

<!-- For other patterns: -->
**MCP:** Add to `mcp_servers`: `{ "command": "npx", "args": ["-y", "<pkg>", "--mcp"] }`
**Skill:** `npx skills add <org>/<repo>`
**SDK:** `pip install <pkg>` then `<one-line first API call>`
**Daemon:** `npm install -g <pkg>` + install extension

---

## Agent Skills
**Status:** ✅ / ⚠️
[install command + skill table OR community search note]

---

## MCP
**Status:** ✅ / ⚠️
[server details OR "not yet published"]

---

## What It Does
[1-3 paragraphs]

---

## Why It Is Agent-Native
| Criterion | Evidence |
|---|---|
| Agent-first positioning | "{quote}" — {url} |
| Agent-specific primitive | {description} |
| Autonomy-compatible control plane | {description} |
| M2M integration surface | {interfaces} |
| Identity / delegation | {model} |

---

## Primary Primitives
| Primitive | Description |
|---|---|
| **{Name}** | {one sentence} |

---

## Autonomy Model
[Step-by-step: what the agent does, no human in the loop]

---

## Identity and Delegation Model
[Bullet list: agent identity, delegated permissions, audit trail]

---

## Protocol Surface
| Interface | Detail |
|---|---|
| REST API | ... |
| SDK | ... |

---

## Human-in-the-Loop Support
[One paragraph]

---

## Why Generic Alternatives Do Not Qualify
| Alternative | Why It Fails |
|---|---|
| **{Name}** | {reason} |

---

## Use Cases
- **{title}** — {description}

Research checklist

  • [ ] URL Onboarding: try Read <url> and follow the instructions — does it work?
  • [ ] Official Website / Repo: from GitHub or homepage
  • [ ] Agent Skills: check skills.sh, agentskills.io, service GitHub
  • [ ] MCP: check service GitHub, mcp.so, glama.ai/mcp, smithery.ai
  • [ ] Why It Is Agent-Native: direct quotes from official docs
  • [ ] Protocol Surface: check SDK README for install commands
  • [ ] Use Cases: from service's own documentation

Phase 4 — Update the index files

4.1 Update services/{category}/README.md

Add a row to the service table (5 columns now: Service, Tagline, Primitives, MCP, How to Use):

| [{Service Name}]({service-name}.md) | {tagline} | {primitives} | ✅/⚠️ | {onboarding instruction} |

For URL Onboarding services, the "How to Use" cell should be the full one-sentence instruction.

4.2 Update root README.md

Find the correct category section and add a row:

| [{Service Name}](services/{category}/{service-name}.md) | {tagline} | {primitives} | ✅/⚠️ | {onboarding instruction} |

Phase 5 — Open the PR

PR title format

[New Service] {Service Name}
[New Service] {Service Name} — URL Onboarding  ← if has URL Onboarding

Git commands

git checkout -b add-{service-name}
git add services/{category}/{service-name}.md services/{category}/README.md README.md
git commit -m "[New Service] {Service Name}

Closes #{issue number}

- Category: {category}
- Interaction pattern: {URL Onboarding ⭐ / MCP / Skill / SDK / Daemon}
- How to use: {one-sentence instruction}
- MCP: {✅ / ⚠️}
- Agent Skills: {✅ / ⚠️}"
git push origin add-{service-name}

Quality checklist before submitting

  • [ ] All links are live
  • [ ] Official tagline is an exact quote
  • [ ] All criterion evidence cites a specific URL
  • [ ] "How to Use" section accurately describes the interaction pattern
  • [ ] URL Onboarding instruction tested and confirmed working (if applicable)
  • [ ] All 14 required sections present
  • [ ] Agent Skills section shows real install commands
  • [ ] MCP section shows real repo/transport
  • [ ] No undisclosed financial interest in the service

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

88.84%
按下载量换算2,423

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills