Skip to main content

Social Media Pack

TrustedSandbox optionalv1.0.0MITPartially Verified42Connector

by AgentNode · published 6 months ago · toolpack

Schedule, publish, and analyze social media posts across platforms.

Manage social media presence on Twitter/X, LinkedIn, Instagram, and Facebook. Schedule posts, analyze engagement metrics, and generate content calendars.

langchaincrewaigeneric

Quick Start

bash
agentnode install social-media-pack

Runs in a subprocess with filtered environment by default. Declared permissions are policy-checked, not sandboxed.

Usage

From package
python
from social_media_pack.tool import run

result = run(
    action="schedule",
    platform="twitter",
    content=[
        "We just shipped v2.0 of our agent framework. Here's what changed: 🧵",
        "1/ Tool chaining now works across async boundaries. No more callback hell.",
        "2/ Memory persistence is built in. Agents remember context across sessions.",
        "3/ Package installs are 4x faster with our new dependency resolver.",
        "Try it today: pip install agentnode"
    ],
    schedule_at="2026-03-20T09:00:00Z",
    thread=True
)

print(f"Thread scheduled: {result['scheduled_id']}")
print(f"Will post at: {result['scheduled_time']}")
print(f"Thread length: {result['post_count']} tweets")

Environment Variables

TWITTER_API_KEY

Twitter/X API key for posting and analytics (required for Twitter features)

TWITTER_API_SECRET

Twitter/X API secret for authentication (required for Twitter features)

Runs locally on your machine. No execution data is sent to AgentNode. Permissions are checked before execution. Learn how this works

Verification

low confidence42/100○ Partially Verified
smokeCredential boundary reached (medium confidence)
+12/25
testsTests failed
0/15
importAll tools imported successfully
+15/15
installInstalled in 1.5s
+15/15
contractContract not validated
0/10
determinismNo determinism data
0/5
reliabilityNo stability data
0/10

Package installs and imports correctly. requires API credentials for full verification.

install1.5s
import64ms
smoke130ms
tests1.2s

This package requires API credentials for full verification. Install and import checks passed.

Verified in real_auto mode

Python 3.12.3ffmpegpopplertesseractuv

Last verified 19d ago· Runner v2.0.0

Use this when you need to...

  • Schedule a week of promotional tweets for a product launch
  • Publish Instagram carousel posts with auto-generated captions
  • Analyze engagement metrics across Twitter, LinkedIn, and Facebook
  • Cross-post announcements to multiple social platforms simultaneously
  • Monitor brand mentions and compile daily sentiment reports

README

Version History

Capabilities

social_mediamanage_socialtool

Input Schema

{
  "type": "object",
  "required": [
    "platform",
    "operation"
  ],
  "properties": {
    "api_key": {
      "type": "string",
      "default": ""
    },
    "platform": {
      "enum": [
        "twitter"
      ],
      "type": "string",
      "default": "twitter"
    },
    "operation": {
      "enum": [
        "post_tweet",
        "get_timeline"
      ],
      "type": "string"
    }
  }
}

Connector

twitterconnectortoken

Permissions

Sandbox optionalFrom a trusted publisher — runs on the host by default. You can require isolation with sandbox.host_trust_policy.

Declared by the publisher. Checked before execution by the policy gate.

Networkunrestricted
Filesystemnone
Code Executionnone
Data Accessconnected_accounts
User Approvalonce

Permissions are policy-checked before execution. For trusted and curated packages that run on the host, network and filesystem access are policy-checked but not OS-sandboxed. When runtime isolation is required for untrusted/community code, AgentNode uses sandbox-or-fail-closed if the required container runtime and pinned image are available. Learn more

Privacy

All tool execution happens locally on your machine. AgentNode never receives:

  • • Tool inputs or outputs
  • • Execution logs
  • • Data your agent processes

Only install events and search queries are sent to the registry.

bash
agentnode install social-media-pack

Environment Variables

TWITTER_API_KEY
TWITTER_API_SECRET

Files (3)

License

MIT

Stats

Downloads0
Installs0
Versionv1.0.0
Published3/16/2026
Channelstable
Typetoolpack
Entrypointsocial_media_pack.tool

Compatibility

Frameworks

langchaincrewaigeneric

Runtime

python

Python Version

>=3.10

Trust & Security

PublisherTrusted
SignatureNone
ProvenanceNone
Security Issues0

Publisher

A

AgentNode

@agentnode