Skip to content
This repository was archived by the owner on Mar 28, 2026. It is now read-only.

Commit 55af289

Browse files
committed
docs: refresh plugin-template branding and links for effectorHQ
Made-with: Cursor
1 parent b47c425 commit 55af289

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
# OpenClaw Skill Template
1+
# Skill Template
22

33
[![Use this template](https://img.shields.io/badge/use%20this-template-0075ca?logo=github)](https://github.com/effectorHQ/plugin-template/generate) [![CI](https://github.com/effectorHQ/plugin-template/actions/workflows/ci.yml/badge.svg)](https://github.com/effectorHQ/plugin-template/actions) [![ClawHub](https://img.shields.io/badge/publish%20to-ClawHub-E03E3E)](https://clawhub.com) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
44

55
**[中文文档 →](./README.zh.md)**
66

7-
A starter template for creating OpenClaw Skills. **Skills** are language-agnostic Markdown files with YAML frontmatter that extend OpenClaw's capabilities by providing access to tools, APIs, and external systems.
7+
A starter template for creating Skills — the core capability unit in the [effectorHQ](https://github.com/effectorHQ) ecosystem. **Skills** are language-agnostic Markdown files with YAML frontmatter that extend an agent's capabilities by providing access to tools, APIs, and external systems.
88

99
**Fork this repo** and start building your own skill. Every effector extends the reach.
1010

11-
## What is an OpenClaw Skill?
11+
## What is a Skill?
1212

13-
An OpenClaw Skill is a Markdown file (`SKILL.md`) containing:
13+
A Skill is a Markdown file (`SKILL.md`) containing:
1414

1515
- **YAML frontmatter**: Metadata (name, description, requirements, installation instructions)
1616
- **Markdown body**: Documentation describing purpose, usage, commands, and examples
1717

18-
Skills are distributed via the **ClawHub registry** and installed locally to `~/.openclaw/workspace/skills/<skill-name>/`. They enable Claude to interact with external systems without requiring code deployments or complex plugin infrastructure.
18+
Skills are distributed via the **ClawHub registry** and installed locally to `~/.openclaw/workspace/skills/<skill-name>/`. They enable agents to interact with external systems without requiring code deployments or complex plugin infrastructure. See the [linear-skill](https://github.com/effectorHQ/linear-skill) for a reference implementation.
1919

2020
## Quick Start
2121

@@ -233,9 +233,11 @@ For tools without package managers or custom setups:
233233

234234
## Resources
235235

236-
- **OpenClaw Docs**: https://docs.openclaw.io
237-
- **ClawHub Registry**: https://clawhub.io
238-
- **GitHub Skills Repository**: https://github.com/effectorHQ/skills
236+
- **effectorHQ**: https://github.com/effectorHQ
237+
- **ClawHub Registry**: https://clawhub.com
238+
- **Reference Skill**: https://github.com/effectorHQ/linear-skill
239+
- **Skill Lint**: https://github.com/effectorHQ/skill-lint
240+
- **Skill Eval**: https://github.com/effectorHQ/skill-eval
239241
- **Contributing Guide**: https://github.com/effectorHQ/.github/blob/main/CONTRIBUTING.md
240242

241243
## Contributing
@@ -248,4 +250,4 @@ MIT License. See [LICENSE](LICENSE) for details.
248250

249251
---
250252

251-
Built with the [OpenClaw Skill Template](https://github.com/effectorHQ/skill-template). Every skill extends Claude's reach.
253+
Built with the [effectorHQ Skill Template](https://github.com/effectorHQ/plugin-template). Every effector extends the reach.

README.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ skill 完成后:
187187

188188
## 资源
189189

190-
- **OpenClaw 文档**:https://docs.openclaw.io
190+
- **OpenClaw 文档**:https://github.com/effectorHQ
191191
- **ClawHub 注册中心**:https://clawhub.com
192192
- **贡献指南**:https://github.com/effectorHQ/.github/blob/main/CONTRIBUTING.md
193193
- **参考实现**:https://github.com/effectorHQ/linear-skill(零 lint 错误的生产级 skill 示例)

0 commit comments

Comments
 (0)