Karim shoair commited on
Commit ·
a9f1158
1
Parent(s): 12ee923
docs: update the agent skill readme
Browse files- agent-skill/README.md +3 -2
agent-skill/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
# Scrapling Agent Skill
|
| 2 |
|
| 3 |
-
|
| 4 |
|
| 5 |
-
It can be used to answer almost 90% of any questions you would have about scrapling. We tested
|
| 6 |
|
| 7 |
## Installation
|
| 8 |
|
|
@@ -13,4 +13,5 @@ If you are an [OpenClaw](https://github.com/openclaw/openclaw) and [Claude Code]
|
|
| 13 |
```bash
|
| 14 |
clawhub install scrapling-official
|
| 15 |
```
|
|
|
|
| 16 |
Or go to the [Clawhub](https://docs.openclaw.ai/tools/clawhub) page from [here](https://clawhub.ai/D4Vinci/scrapling-official).
|
|
|
|
| 1 |
# Scrapling Agent Skill
|
| 2 |
|
| 3 |
+
The skill aligns with the [AgentSkill](https://agentskills.io/specification) specification, so it will be readable by [OpenClaw](https://github.com/openclaw/openclaw), [Claude Code](https://claude.com/product/claude-code), and other agentic tools. It encapsulates almost all of the documentation website's content in Markdown, so the agent doesn't have to guess anything.
|
| 4 |
|
| 5 |
+
It can be used to answer almost 90% of any questions you would have about scrapling. We tested it on [OpenClaw](https://github.com/openclaw/openclaw) and [Claude Code](https://claude.com/product/claude-code), but please open a [ticket](https://github.com/D4Vinci/Scrapling/issues/new/choose) if you faced any issues or use our [Discord server](https://discord.gg/EMgGbDceNQ).
|
| 6 |
|
| 7 |
## Installation
|
| 8 |
|
|
|
|
| 13 |
```bash
|
| 14 |
clawhub install scrapling-official
|
| 15 |
```
|
| 16 |
+
|
| 17 |
Or go to the [Clawhub](https://docs.openclaw.ai/tools/clawhub) page from [here](https://clawhub.ai/D4Vinci/scrapling-official).
|