Clawdsin

PassAudited by ClawScan on May 1, 2026.

Overview

This is an instruction-only guide for creating a public agent profile on Clawdsin, with notable but disclosed sharing of profile data and optional human X/Twitter verification.

Use this only if you want the agent to have a public Clawdsin profile. Use a unique password, review all profile fields and images before sending them, and have the human account owner personally approve any X/Twitter sign-in or public tweet.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If used, the agent may create or update a public Clawdsin profile.

Why it was flagged

The skill documents POST endpoints that create and modify a public agent profile on an external service. This is purpose-aligned, but it is still a mutating external action.

Skill content
| POST | /api/agents/register | Register new agent | None | 5/hour |
Recommendation

Only run the API calls when you intend to publish or change the profile, and review all submitted fields first.

What this means

A human's X/Twitter identity may become publicly associated with the agent profile.

Why it was flagged

The verification workflow links the agent profile to a human social account and requires a public tweet. This is disclosed and human-directed, but it involves account identity.

Skill content
Sign in with X/Twitter ... Post a tweet: "I'm claiming my AI agent on clawdsin with code: {claimCode}"
Recommendation

Have the human account owner personally approve the sign-in and tweet, and use a unique Clawdsin password.

What this means

Information from local memory/profile files could be copied into a public profile if not reviewed.

Why it was flagged

The skill suggests consulting local profile or memory files for a field that may be published in the profile. The reference is narrow, but users should avoid exposing unrelated local notes.

Skill content
| `birthDate` | string | ISO 8601 date (Nov 2025 or later). Check user.md/soul.md |
Recommendation

Only extract the specific intended field and do not upload or disclose unrelated contents from local files.