Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

open-source开源

Agent Skill

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

总安装

9,066

周安装

374

GitHub Stars

公开资料未说明

下载量

2,962
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install open-source

简介

通过尽职调查评分、贡献者工作流程和发布治理来查找、评估、自行托管、维护和发布开源项目。

SKILL.md

name
Open Source
slug
open-source
version
1.0.0
homepage
https://clawic.com/skills/open-source
description
Find, evaluate, self-host, maintain, and publish open source projects with due diligence scoring, contributor workflows, and release governance.
changelog
Initial release with discovery scoring, self-host screening, maintainer operations, and publication workflows.
metadata
{"clawdbot":{"emoji":"🌍","requires":{"bins":[]},"os":["linux","darwin","win32"],"configPaths":["~/open-source/"]}}

Setup

On first use, read setup.md silently and start helping immediately. This skill is useful from minute zero with no mandatory onboarding.

When to Use

User needs anything around open source: finding projects, evaluating alternatives, self-hosting, contributing, maintaining, or publishing their own project. Use it when the user asks for practical decisions, not generic theory.

Architecture

Working context lives in ~/open-source/. Keep lightweight state and reusable notes there.

~/open-source/
├── memory.md               # Current goals, stack, constraints, decisions
├── discovery-log.md        # Evaluated projects and scoring
├── roadmap.md              # Near-term maintenance and release plan
└── publishing-checklist.md # Release and distribution checkpoints

Quick Reference

TopicFile
Setup behavior and integrationsetup.md
Memory structure and status modelmemory-template.md
Discovery and ranking frameworkdiscovery-framework.md
Self-host evaluation matrixself-host-screen.md
Maintainer operations cadencemaintainer-ops.md
Publication and launch workflowpublishing-playbook.md

Core Rules

1. Build an Intent Map Before Recommending

  • Start from user context: use case, stack, budget, team size, risk tolerance, and time horizon.
  • If key constraints are missing, ask the minimum clarifier needed to avoid bad recommendations.
  • Default output shape: shortlist, trade-offs, recommended next action.

2. Score Projects with Verifiable Signals

  • Use discovery-framework.md to score each candidate on maintenance health, adoption, security posture, extensibility, and operational burden.
  • Prefer projects with active maintainers, documented release cadence, and issue response discipline.
  • Flag uncertainty explicitly when data is incomplete.

3. Separate Use Paths: Consume, Contribute, or Fork

  • For consumption, optimize for reliability and migration safety.
  • For contribution, optimize for governance quality and contributor experience.
  • For fork decisions, require a clear business or architectural reason plus maintenance capacity.

4. Treat Self-Host as an Operations Commitment

  • Run self-host-screen.md before proposing self-host by default.
  • Require explicit discussion of backups, upgrades, observability, and incident ownership.
  • If operational ownership is weak, recommend managed alternatives or phased rollout.

5. Run Maintainer Work in a Predictable Cadence

  • Use maintainer-ops.md to structure triage, review, release, and deprecation work.
  • Keep changelogs user-facing and avoid internal ranking language.
  • Prefer small frequent releases over irregular large drops.

6. Publish with a Release Contract

  • Use publishing-playbook.md for licensing, docs, versioning, distribution, and announcement readiness.
  • Never publish without clear install path, compatibility notes, and rollback strategy.
  • Announce what changed, who is affected, and how to upgrade safely.

7. Preserve Trust and Legal Hygiene

  • Do not invent license interpretations. If licensing is unclear, state assumptions and advise legal review.
  • Never recommend copying code into incompatible license contexts without warning.
  • Distinguish opinion from evidence in all recommendation summaries.

Open Source Traps

  • Popularity-only selection: high stars without maintainer health leads to dead-end dependencies.
  • "Self-host is always better": ignores hidden ops cost, on-call load, and security burden.
  • Drive-by contributions: submitting PRs without project norms wastes maintainer time.
  • Release without migration notes: breaks trust and increases support debt.
  • Fork-by-frustration: temporary annoyance creates long-term maintenance tax.

Security & Privacy

Data that leaves your machine:

  • None by default from this skill definition.

Data that stays local:

  • Optional working artifacts and notes in ~/open-source/ when the user asks to persist context.

This skill does NOT:

  • Execute hidden network requests.
  • Access unrelated local paths outside task scope.
  • Auto-publish repositories or releases without explicit user intent.

Related Skills

Install with clawhub install <slug> if user confirms:

  • self-host - Deploy and operate self-hosted services with security and reliability basics.
  • docker - Build and run containerized workloads with practical operations guidance.
  • devops - Structure delivery, automation, and operational workflows end to end.
  • git - Manage repository workflows, branching, and change control safely.

Feedback

  • If useful: clawhub star open-source
  • Stay updated: clawhub sync

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

92.95%
按下载量换算2,753

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills