🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

vipsallowed

Package Overview
Dependencies
Maintainers
1
Versions
4
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.1
Version published
Weekly downloads
150
900%
Maintainers
1
Weekly downloads
 
Created
Source

vips

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

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

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

  • Platform
  • Setup wizard: vips init

License

Proprietary — Tyga.Cloud Ltd. See LICENSE.

Keywords

vipsallowed

FAQs

Package last updated on 30 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts