Icon Generator Pack
★Trusted◇Sandbox optionalv1.0.0MIT✔Verified80by AgentNode · published 6 months ago · toolpack
Generate favicons, app icons, and social media preview images.
Create favicons, Apple touch icons, Android adaptive icons, Open Graph images, and Twitter cards from text, logos, or descriptions. Multiple sizes and formats.
Quick Start
agentnode install icon-generator-packRuns in a subprocess with filtered environment by default. Declared permissions are policy-checked, not sandboxed.
Usage
From packagefrom icon_generator_pack.tool import run
result = run(
action="generate_icons",
source_image="/data/brand/logo.png",
icon_type="favicon",
sizes=[16, 32, 48, 64, 128, 180, 192, 512],
formats=["ico", "png"],
background_color="#ffffff"
)
print(f"Generated {result['icon_count']} icons:")
for icon in result["icons"]:
print(f" {icon['filename']:30s} {icon['width']}x{icon['height']} ({icon['size_kb']:.1f} KB)")
print(f"\nHTML tags:")
for tag in result["html_tags"]:
print(f" {tag}")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 cases_real mode
Last verified 13d ago· Runner v2.0.0
Use this when you need to...
- ›Generate a complete favicon set from a single logo image
- ›Create iOS and Android app icon sets at all required resolutions
- ›Produce Open Graph social media preview images for web pages
- ›Generate monochrome maskable icons for PWA manifests
- ›Create rounded-corner app store icons from square source images
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 icon-generator-packFiles (3)
License
MITStats
Compatibility
Frameworks
Runtime
pythonPython Version
>=3.10Trust & Security
Publisher
AgentNode
@agentnode