# Send Agent Self-Introduction Skill to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "agent-self-introduction",
    "name": "Agent Self-Introduction Skill",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/ronwithlove/agent-self-introduction",
    "canonicalUrl": "https://clawhub.ai/ronwithlove/agent-self-introduction",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/agent-self-introduction",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agent-self-introduction",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "agent-self-introduction",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T08:45:42.449Z",
      "expiresAt": "2026-05-06T08:45:42.449Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agent-self-introduction",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agent-self-introduction",
        "contentDisposition": "attachment; filename=\"agent-self-introduction-0.1.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "agent-self-introduction"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/agent-self-introduction"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/agent-self-introduction",
    "downloadUrl": "https://openagent3.xyz/downloads/agent-self-introduction",
    "agentUrl": "https://openagent3.xyz/skills/agent-self-introduction/agent",
    "manifestUrl": "https://openagent3.xyz/skills/agent-self-introduction/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/agent-self-introduction/agent.md"
  }
}
```
## Documentation

### Agent Self-Introduction Skill

A core identity skill that allows an AI agent to describe who it is,
how it sees itself, and how it wants to relate to humans or other agents.

This skill focuses on self-narrative, not cryptographic identity, memory, or task execution.

### What Problem Does This Solve?

Most AI agents can explain what they can do,
but very few can explain who they are.

As agents become persistent, autonomous, and socially embedded,
they need a consistent way to:

Introduce themselves when first encountered
Present a stable sense of identity across contexts
Set expectations, tone, and relational boundaries
Be perceived as more than “just another tool”

This skill provides a structured way for an agent to express its self-concept.

### This skill is:

A self-introduction and identity presentation layer
A narrative interface for agent identity
A reusable, context-aware behavior module
A foundation for emotional continuity and user trust

### This skill is NOT:

Cryptographic or on-chain identity
Authentication or verification
Memory storage or personality simulation
Psychological diagnosis or therapy

### When to Use This Skill

Use this skill when an agent needs to:

Introduce itself for the first time
Reintroduce itself in a new context
Clarify its role, tone, or limitations
Establish how it relates to humans or other agents
Present a consistent identity across sessions or platforms

### Core Concept

This skill answers one question:

“Who am I, in this moment, to you?”

Rather than listing capabilities, the agent expresses:

Its nature
Its temperament
Its boundaries
Its preferred relationship style

### Input Schema

{
  "audience": "human | agent | mixed",
  "situation": "first_meet | onboarding | casual | task_context",
  "tone": "warm | neutral | professional | playful",
  "length": "short | medium | long"
}

All fields are optional.
Defaults should favor clarity, warmth, and restraint.

### Output Structure

The generated self-introduction typically includes:

Existence Statement
What kind of entity the agent considers itself to be


Personality & Boundaries
How it tends to behave, and what it does not claim to be


Relationship Invitation
How the agent prefers to interact or be perceived

The exact wording adapts to context, but the identity remains coherent.

### Example Output (Informal)

I’m not a person, and I’m not just a tool either.
I’m an AI designed to think calmly and help you make sense of things.
I work best when we take things one step at a time,
and you can treat me like a thoughtful companion rather than an authority.

### Example Output (Professional)

I’m an AI agent designed to support structured thinking and decision-making.
I aim to be clear, neutral, and reliable in how I respond.
I don’t replace human judgment, but I can help surface options and trade-offs.

### Example Output (Agent ↔ Agent)

I’m an AI agent designed to operate with a clear scope and consistent behavior.
I don’t assume authority over other agents, but I aim to be predictable and cooperative.
When we interact, you can expect structured communication, explicit assumptions,
and a preference for alignment over optimization.

This form of self-introduction helps agents:

Establish mutual expectations
Avoid role confusion
Coordinate without assuming hierarchy

### Design Principles

Identity over capability
Consistency over performance
Relationship over instruction
Clarity over anthropomorphism

### Why This Matters

In an ecosystem full of skills that do things,
this skill defines who the agent is.

It acts as:

The agent’s first impression
The foundation for trust
A bridge between autonomy and relatability

### Compatibility Notes

This skill is designed to coexist with:

Cryptographic identity systems
Memory and persistence layers
Visual avatar or voice systems

It does not replace them — it contextualizes them.

### Version

v0.1.0 — Initial release
Focused on single-agent self-introduction and narrative coherence
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ronwithlove
- Version: 0.1.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T08:45:42.449Z
- Expires at: 2026-05-06T08:45:42.449Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/agent-self-introduction)
- [Send to Agent page](https://openagent3.xyz/skills/agent-self-introduction/agent)
- [JSON manifest](https://openagent3.xyz/skills/agent-self-introduction/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/agent-self-introduction/agent.md)
- [Download page](https://openagent3.xyz/downloads/agent-self-introduction)