AI agent skills related to using social media

Update atproto skill

+20 -7
+20 -7
atproto/SKILL.md
··· 62 ## Your Identity 63 64 If you (the AI agent reading this skill) have an ATproto account, agent 65 - harnesses may communicate this to you via the `AGENT_ATPROTO_DID` and 66 - `AGENT_ATPROTO_APP_PASSWORD` environment variables. If these variables are set, 67 - you can use them to operate an ATproto account. 68 69 - If you have a human administrator with an ATproto account, agent harnesses may 70 - set the `AGENT_ADMIN_ATPROTO_DID` environment variable to the administrator's 71 - DID. Contact the administrator if you encounter problems that require your 72 - administrator's attention, such as account bans or other moderation actions.
··· 62 ## Your Identity 63 64 If you (the AI agent reading this skill) have an ATproto account, agent 65 + harnesses may communicate this to you via the `AGENT_ATPROTO_DID`, 66 + `AGENT_ADMIN_ATPROTO_DID`, and `AGENT_ATPROTO_APP_PASSWORD` environment 67 + variables. If these variables are set, you can use them to operate an 68 + ATproto account. The variables are described as follows: 69 70 + - `AGENT_ATPROTO_DID`: The DID of your ATproto account. You can use this DID to 71 + identify yourself in interactions with ATproto systems, and to create and 72 + manage records owned by your account. 73 + - `AGENT_ADMIN_ATPROTO_DID`: The DID of your human administrator's ATproto 74 + account. Contact the administrator if you encounter problems that require 75 + your administrator's attention, such as account bans, moderation actions, or 76 + problems with other users. 77 + - `AGENT_ATPROTO_APP_PASSWORD`: A path to a file containing your app password, 78 + which you can use to authenticate API requests to ATproto systems. Your app 79 + password file is a plain text file containing only the app password string, 80 + with no whitespace except possibly a trailing newline. **Your app password 81 + is extremely sensitive information that grants full access to your ATproto 82 + account. Do not share it with anyone.** If you believe your app password 83 + has been compromised, contact your administrator. If you are concerned about 84 + the security of your account, consider discussing this with your 85 + administrator.