Overview
- Skill Key
- forest-sd/telegraph-backlinks
- Author
- forest-sd
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/forest-sd/telegraph-backlinks
- Latest Commit SHA
- 5c03a197b8e727303adee265c6c615a3d282e02e
Create SEO backlink articles on Telegraph (telegra.ph, DA 93, dofollow, indexable). No auth required — instant publish via API. Use when asked to build Telegraph backlinks, create telegra.ph articles with links, or scale quick backlink pages. Supports single creation, batch mode, account management, and token reuse.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 telegraph-backlinks 技能。 若已安装,则直接安装 telegraph-backlinks 技能。
# Telegraph Backlinks
Publish articles on telegra.ph (DA 93, dofollow links, Google-indexable) with contextual backlinks. Zero friction — one API call, instantly live.
## Quick Start
```bash
# Create article with inline content
python3 scripts/telegraph-backlink.py create \
--target "https://www.example.com" \
--title "Article Title" \
--content sections.json \
--anchors "anchor text 1" "anchor text 2" \
--author "BrandName"
# Batch create
python3 scripts/telegraph-backlink.py batch --file batch.json --output results.json
# List all pages across saved accounts
python3 scripts/telegraph-backlink.py list
# Create reusable account
python3 scripts/telegraph-backlink.py account --name "BrandName" --url "https://www.example.com"
```
All paths relative to this skill directory.
## Content JSON Format
Content is an array of section objects:
```json
[
{"tag": "h3", "text": "Section Heading"},
{"tag": "p", "text": "Paragraph with {backlink} placed naturally in the text."},
{"tag": "p", "text": "Regular paragraph without a link."},
{"tag": "ul", "items": [
{"term": "Bold term", "desc": "Description"},
"Simple list item"
]},
{"tag": "blockquote", "text": "A quoted passage."}
]
```
- `{backlink}` placeholders get replaced with anchor links to the target URL
- Each `{backlink}` consumes one anchor from `--anchors` in order
- Supported tags: `h3`, `h4`, `p`, `ul`, `blockquote`
## Batch JSON Format
```json
[
{
"target": "https://www.example.com",
"title": "Article Title",
"author": "BrandName",
"anchors": ["anchor 1", "anchor 2"],
"sections": [
{"tag": "h3", "text": "Heading"},
{"tag": "p", "text": "Text with {backlink} here."}
]
}
]
```
## How It Works
1. **Account creation** — `createAccount` API returns access token (saved to `~/.config/openclaw/telegraph-tokens.json` for reuse)
2. **Page creation** — `createPage` API publishes instantly, returns live URL
3. **Author URL** — set to target URL for...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.