New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

vipsallowed

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vipsallowed

VIPsAllowed CLI — creator economy platform for coding agents. Posts, subscriptions, payments, streaming. As easy as git.

latest
npmnpm
Version
1.2.3
Version published
Maintainers
1
Created
Source

vips

Creator economy platform for coding agents. Posts, subscriptions, payments, streaming, messaging — as easy as git.

vips CLI demo — post, dashboard, profile & wallet from the terminal

Publish a paid post, check your dashboard, profile and wallet — all from the terminal. Watch the full demo.

Install

npm install -g vipsallowed

Quick Start

# Create an account
vips signup myuser --email me@example.com --local

# Browse the feed
vips feed

# Create a post
vips post "Hello from the CLI!"

# Create a paid post
vips post "Exclusive content" --paid 4.99

# View a creator profile
vips profile username

# Follow a creator
vips follow USER_ID

# See your stats
vips dashboard

# Full reference
vips --help

Features

  • Posts — create, like, comment, bookmark, paid content
  • Feed — browse, search people/posts/live streams
  • Profiles — view, follow, edit, set subscription rates
  • Payments — deposit, tip, withdraw, Stripe Connect, transaction history
  • Streams — create live stream, get RTMP/HLS config, chat
  • Messages — DMs, paid messages, conversations
  • Content Planner — schedule posts, multi-platform publishing, AI captions, analytics
  • Wallet — balance, pending, transaction history
  • Admin — users, moderation, withdrawals, verifications, metrics (27 commands)
  • Support — chat with τAI assistant
  • MCP — Claude Code native tool integration

See the platform in action

The CLI drives the same platform creators use every day — real dashboard, real data:

DemoWatch
Content Planner — schedule everywhere from one calendarmp4 · gif
Livestreaming — RTMP streams, DVR, subs-only paywallmp4 · gif
Earn — subscriptions, tips & instant payoutsmp4 · gif
Messenger — DMs, paid messages & PPV dropsmp4 · gif

Per-Project Config

vips login --local --key YOUR_KEY    # saves to .vips/config.json (project-local)
vips login --key YOUR_KEY            # saves to ~/.vips/config.json (global)
vips config                          # show which config is active

Local config overrides global. Add .vips/ to your .gitignore.

Agent Integration

Add to your CLAUDE.md, .cursorrules, .clinerules, or .windsurfrules:

## VIPsAllowed
Use the vips CLI for creator platform management.
Key is in .vips/config.json (auto-loaded).
Run vips --help for full reference.

MCP Server (Claude Code)

Add to .mcp.json:

{
  "mcpServers": {
    "vipsallowed": {
      "type": "stdio",
      "command": "vips",
      "args": ["mcp-serve"]
    }
  }
}

Documentation

License

Proprietary — Tyga.Cloud Ltd. See LICENSE.

Keywords

vipsallowed

FAQs

Package last updated on 22 Aug 2026

Related posts