Add, remove, and manage delegate accounts on X/Twitter. Delegates can post, reply, or like on behalf of your account. Use when users want to grant or revoke access to their account for a team member or manager.
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeNot declared
CursorNot declared
CodexNot declared
GitHub CopilotNot declared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Repository health
Stars510
LicenseLICENSE
Default branchmain
Open issues9
Status
Active
Skill metadata
Parsed from SKILL.md frontmatter.
Version1.0
LicenseApache-2.0
More metadata
author
nichxbt
version
1.0
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md2,191 B
docsSUMMARY.md233 B
History
First seen on skills.sh
First recorded snapshot · 10 installs
SKILL.md
Delegate Access Management
Browser console script for managing who can post on behalf of your X account.
Script Selection
Goal
File
Navigate to
View and manage delegates
src/delegateAccess.js
x.com
Quick Start
Go to x.com
Open DevTools (F12) → Console
Edit CONFIG if needed
Paste src/delegateAccess.js → Enter
Configuration
const CONFIG = {
autoNavigate: true, // Navigate to delegate settings automatically
scanDelegates: true, // List current delegates
showPermissionsInfo: true, // Display permissions reference
delayBetweenActions: 2000, // ms between UI actions
scrollDelay: 1500, // ms between scroll actions
};
Permission Types
Permission
Icon
Description
post
✍️
Post tweets on your behalf
reply
💬
Reply to tweets on your behalf
like
❤️
Like tweets on your behalf
dm
📨
Send DMs on your behalf
Available Functions
XActions.delegates.list() // List all current delegates
XActions.delegates.add('username', perms) // Add a delegate with permissions
XActions.delegates.remove('username') // Remove a delegate
XActions.delegates.setPermissions('username', perms) // Update permissions
Notes
Delegate access requires X Premium
Delegates navigate to your profile and can act on your behalf within granted permissions
Data is cached in sessionStorage under xactions_delegates
Navigate to x.com/settings/delegate to view X's native delegate management UI
Related Skills
premium-subscriptions — Manage X Premium features
settings-privacy — Configure account privacy and access settings
teams-management — API-based team and multi-user management