You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 28, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,21 @@
1
-
# OpenClaw Skill Template
1
+
# Skill Template
2
2
3
3
[](https://github.com/effectorHQ/plugin-template/generate)[](https://github.com/effectorHQ/plugin-template/actions)[](https://clawhub.com)[](./LICENSE)
4
4
5
5
**[中文文档 →](./README.zh.md)**
6
6
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.
8
8
9
9
**Fork this repo** and start building your own skill. Every effector extends the reach.
10
10
11
-
## What is an OpenClaw Skill?
11
+
## What is a Skill?
12
12
13
-
An OpenClaw Skill is a Markdown file (`SKILL.md`) containing:
13
+
A Skill is a Markdown file (`SKILL.md`) containing:
-**Markdown body**: Documentation describing purpose, usage, commands, and examples
17
17
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.
19
19
20
20
## Quick Start
21
21
@@ -233,9 +233,11 @@ For tools without package managers or custom setups:
0 commit comments