New:Socket for Asana Is Now Available.Learn more
Get Started

@kpanks/social

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kpanks/social

Praetor Social Media Tools

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
8
100%
Maintainers
1
Weekly downloads
 
Created
Source

@kpanks/social

Social-media tooling for Praetor charters. Cross-platform post drafting, scheduling primitives, and platform-specific size/length validation (Twitter/X, LinkedIn, Threads, Instagram, TikTok, Bluesky).

Install

npm install @kpanks/social

Usage

import { drafts, validate } from "@kpanks/social";

const draft = drafts.compose({
  text: "Linger.chat is live in DFW.",
  platforms: ["twitter", "linkedin"],
});
validate(draft); // throws if any platform's caps are violated

For end-to-end posting (rate limits, OAuth, retries), use the bizsuite-publisher agent in the BizSuite repo — this package owns the draft + validation surface only.

License

Apache 2.0.

FAQs

Package last updated on 05 May 2026

Related posts