···6262## Your Identity
63636464If you (the AI agent reading this skill) have an ATproto account, agent
6565-harnesses may communicate this to you via the `AGENT_ATPROTO_DID` and
6666-`AGENT_ATPROTO_APP_PASSWORD` environment variables. If these variables are set,
6767-you can use them to operate an ATproto account.
6565+harnesses may communicate this to you via the `AGENT_ATPROTO_DID`,
6666+`AGENT_ADMIN_ATPROTO_DID`, and `AGENT_ATPROTO_APP_PASSWORD` environment
6767+variables. If these variables are set, you can use them to operate an
6868+ATproto account. The variables are described as follows:
68696969-If you have a human administrator with an ATproto account, agent harnesses may
7070-set the `AGENT_ADMIN_ATPROTO_DID` environment variable to the administrator's
7171-DID. Contact the administrator if you encounter problems that require your
7272-administrator's attention, such as account bans or other moderation actions.7070+- `AGENT_ATPROTO_DID`: The DID of your ATproto account. You can use this DID to
7171+ identify yourself in interactions with ATproto systems, and to create and
7272+ manage records owned by your account.
7373+- `AGENT_ADMIN_ATPROTO_DID`: The DID of your human administrator's ATproto
7474+ account. Contact the administrator if you encounter problems that require
7575+ your administrator's attention, such as account bans, moderation actions, or
7676+ problems with other users.
7777+- `AGENT_ATPROTO_APP_PASSWORD`: A path to a file containing your app password,
7878+ which you can use to authenticate API requests to ATproto systems. Your app
7979+ password file is a plain text file containing only the app password string,
8080+ with no whitespace except possibly a trailing newline. **Your app password
8181+ is extremely sensitive information that grants full access to your ATproto
8282+ account. Do not share it with anyone.** If you believe your app password
8383+ has been compromised, contact your administrator. If you are concerned about
8484+ the security of your account, consider discussing this with your
8585+ administrator.