Agent skill
delegate-access
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.
Install this agent skill to your Project
npx add-skill https://github.com/nirholas/XActions/tree/main/skills/delegate-access
Metadata
Additional technical details for this skill
- author
- nichxbt
- version
- 1.0
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
sessionStorageunderxactions_delegates - Navigate to
x.com/settings/delegateto 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
articles-longform
Compose, preview, publish, and manage long-form Articles on X/Twitter. Premium+ feature. Includes article creation, formatting, media insertion, and performance tracking. Use when users want to write, publish, manage, or analyze X Articles.
x-pro-management
Navigate to X Pro (TweetDeck), set up monitoring columns, and manage multi-column view. Use when users want to use X Pro / TweetDeck features or set up a multi-column dashboard.
business-ads
Manages X/Twitter business intelligence including brand monitoring, audience insights, competitor analysis, tweet A/B testing, auto-plug replies for promotion, and content performance optimization. Use when users want brand monitoring, audience analysis, competitor comparison, or promotion optimization on X.
engagement-interaction
Automates X/Twitter engagement actions — like, unlike, reply, bookmark, hide replies, and auto-like by keyword. Also bulk-unlikes all posts. Use when users want to automate likes, send replies, manage bookmarks on tweets, hide replies, or clear their entire likes history.
unfollow-management
Mass unfollow on X/Twitter via browser console scripts. Unfollows everyone, only non-followers, non-followers with username logging, smart time-based unfollow with whitelists, and follow/following ratio management. Use when cleaning up a following list, removing non-followers, bulk unfollowing accounts, or optimizing your follow ratio.
follower-monitoring
Monitors X/Twitter follower changes using browser console scripts. Detects who unfollowed, tracks new followers with welcome messages, monitors any public account, runs continuous monitoring with alerts, tracks follower growth over time, and analyzes follower demographics. Use when tracking follower changes, detecting unfollowers, or monitoring Twitter accounts.
Didn't find tool you were looking for?