toneden — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited toneden (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.

Music marketing and fan engagement from chat -- create smart links, run ad campaigns, track social unlocks, and analyze performance metrics.
Powered by ClawLink, an integration hub for OpenClaw that handles hosted OAuth flows and credentials so you don't need to configure ToneDen API access yourself.
| Step 1: Install | Step 2: Pair Account | Step 3: Connect ToneDen |
|---|---|---|
![]() | ![]() | App-specific connection GIF coming soon |
| Run the install command in OpenClaw | Sign in and approve the device | Open the dashboard and connect ToneDen |
┌─────────────────┐ ┌──────────────┐ ┌──────────────────┐
│ OpenClaw │────▶│ ClawLink │────▶│ ToneDen API │
│ (User Chat) │ │ (OAuth) │ │ │
└─────────────────┘ └──────────────┘ └──────────────────┘openclaw plugins install clawhub:clawlink-plugin
openclaw config set tools.alsoAllow '["clawlink-plugin"]' --strict-json
openclaw gateway restarttoneden_get_user -- verify your ToneDen connection.toneden_create_link -- generate a music, podcast, or event link.toneden_get_link_insights -- view clicks and engagement metrics.ToneDen uses managed OAuth via ClawLink. No API keys needed. Connect your ToneDen account at claw-link.dev/dashboard?add=toneden and authorize access through the hosted flow.
List connections: clawlink_list_integrations -- confirm ToneDen is connected.
Verify: Call toneden_get_user to test access.
Reconnect: If you see auth errors, reconnect at claw-link.dev/dashboard?add=toneden.
Read operations (get links, insights, attachments) run safely without confirmation. Write operations (create, update) require confirmation. Delete operations are marked as high-impact and irreversible.
| Tool | Description | Mode |
|---|---|---|
toneden_create_link | Create a smart link (music, podcast, event, tour, fundraiser, etc.) | Write |
toneden_get_link | Retrieve a specific link by ID | Read |
toneden_delete_link | Permanently delete a link | Write |
toneden_expand_link_template | Expand a link template with tracking pixels and service links | Read |
toneden_validate_link_path | Check if a link path/subdomain is unique and valid | Read |
| Tool | Description | Mode |
|---|---|---|
toneden_get_link_insights | Get detailed metrics (clicks, clickthroughs, email clicks) | Read |
toneden_get_link_insights_overview | Get aggregated metrics across platforms | Read |
| Tool | Description | Mode |
|---|---|---|
toneden_create_advertising_campaign | Create an ad campaign on Facebook or Google | Write |
toneden_get_advertising_campaign | Retrieve a specific campaign by ID | Read |
toneden_delete_advertising_campaign | Permanently delete an ad campaign | Write |
toneden_get_advertising_campaign_insights | Get performance insights for a campaign | Read |
toneden_get_advertising_campaign_creative_insights | Get creative performance insights | Read |
| Tool | Description | Mode |
|---|---|---|
toneden_create_attachment | Create a social unlock or contest attachment | Write |
toneden_get_attachment | Retrieve an attachment by ID | Read |
toneden_update_attachment | Update an existing attachment | Write |
toneden_list_user_attachments | List all attachments for a user | Read |
toneden_get_attachment_entries_time_series | Get time-series entry statistics | Read |
toneden_get_attachment_entries_totals | Get aggregate entry counts | Read |
toneden_get_attachment_unlocks_by_platform | Get unlock counts broken down by platform | Read |
toneden_get_attachment_unlocks_time_series | Get time-series unlock statistics | Read |
| Tool | Description | Mode |
|---|---|---|
toneden_list_playbook_campaigns | List all playbook campaigns | Read |
toneden_update_playbook_campaign | Update a playbook campaign by ID | Write |
toneden_delete_playbook_campaign | Permanently delete a playbook campaign | Write |
| Tool | Description | Mode |
|---|---|---|
toneden_get_user | Retrieve user profile information | Read |
toneden_update_user | Update user profile details | Write |
toneden_list_user_lists | List user's advertising custom audiences | Read |
Create a music smart link
{
"tool": "toneden_create_link",
"args": {
"target_type": "music",
"url": "https://open.spotify.com/track/abc123"
}
}Get link performance insights
{
"tool": "toneden_get_link_insights",
"args": { "link_id": "link123" }
}Create an advertising campaign
{
"tool": "toneden_create_advertising_campaign",
"args": {
"platform": "facebook",
"budget": 50,
"name": "New Single Promo"
}
}Check attachment unlocks by platform
{
"tool": "toneden_get_attachment_unlocks_by_platform",
"args": { "attachment_id": "att456" }
}clawlink_list_integrations to confirm toneden is connected.clawlink_list_tools --integration toneden to see the live catalog.toneden_get_user to verify your account.Read Flow: User asks for insights → clawlink resolves connection → ToneDen API → metrics displayed
Write Flow: User wants to create link → confirmation prompt → clawlink resolves connection → ToneDen API → link created| Status / Error | Meaning |
|---|---|
| 401 Unauthorized | Token expired; reconnect at the dashboard |
| 403 Forbidden | Account lacks advertising access |
| 404 Not Found | Invalid link, campaign, or attachment ID |
Run openclaw gateway restart after installing the plugin. Start a fresh chat session.
Verify your ToneDen plan includes advertising features. Some endpoints return non-2xx for accounts without ad access.
Powered by [ClawLink](https://claw-link.dev/?utm_source=clawhub&utm_medium=referral&utm_content=toneden) -- an integration hub for OpenClaw

~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.