Copywriting Pack
★Trusted◇Sandbox optionalv1.0.0MIT✔Verified80by AgentNode · published 5 months ago · toolpack
Generate marketing copy, headlines, and ad text with proven formulas.
Create compelling marketing copy using frameworks like AIDA, PAS, and BAB. Generate headlines, product descriptions, email subjects, social posts, and landing page copy.
Quick Start
agentnode install copywriting-packRuns in a subprocess with filtered environment by default. Declared permissions are policy-checked, not sandboxed.
Usage
From packagefrom copywriting_pack.tool import run
result = run(
capability="write_copy",
params={
"type": "landing_page_hero",
"product": "CloudSync — real-time file sync for distributed teams",
"audience": "remote engineering teams at startups",
"tone": "confident, modern",
"formula": "PAS",
"variants": 3
}
)
for i, variant in enumerate(result["variants"], 1):
print(f"--- Variant {i} ---")
print(f"Headline: {variant['headline']}")
print(f"Subheadline: {variant['subheadline']}")
print(f"CTA: {variant['cta']}")
print()Runs locally on your machine. No execution data is sent to AgentNode. Permissions are checked before execution. Learn how this works
Verification
Package installs and imports correctly. runtime checks passed.
This package was executed and validated by AgentNode before listing. Install, import, and runtime checks passed.
Verified in real_auto mode
Last verified 1d ago· Runner v2.0.0
Use this when you need to...
- ›Generate Google Ads headlines and descriptions
- ›Write product landing page hero copy
- ›Create email subject lines with A/B variants
- ›Draft social media post captions for campaigns
- ›Produce feature-benefit bullet points from specs
README
Version History
Capabilities
Permissions
Declared by the publisher. Checked before execution by the policy gate.
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.
agentnode install copywriting-packFiles (3)
License
MITStats
Compatibility
Frameworks
Runtime
pythonPython Version
>=3.10Trust & Security
Publisher
AgentNode
@agentnode