经 AI Skill Hub 精选评估,开源AI工作流:Your best AI marketing Agent 获评「推荐使用」。这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.5 分,适合有一定技术背景的用户使用。
开源AI工作流:Your best AI marketing Agent 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
开源AI工作流:Your best AI marketing Agent 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g marketing-simplified # 方式二:npx 直接运行(无需安装) npx marketing-simplified --help # 方式三:项目依赖安装 npm install marketing-simplified # 方式四:从源码运行 git clone https://github.com/quanwangniuniu/marketing-simplified cd marketing-simplified npm install npm start
# 命令行使用
marketing-simplified --help
# 基本用法
marketing-simplified [options] <input>
# Node.js 代码中使用
const marketing_simplified = require('marketing-simplified');
const result = await marketing_simplified.run(options);
console.log(result);
# marketing-simplified 配置说明 # 查看配置选项 marketing-simplified --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export MARKETING_SIMPLIFIED_CONFIG="/path/to/config.yml"
The best media buyer Jira platform in the world MediaJira is a campaign management platform tailored for media buying teams. It streamlines the process of creating, tracking, and optimizing advertising campaigns, while providing collaboration tools, performance analytics, budget control, and professional API access.
---
- Campaign Management Create, track, and optimize advertising campaigns with detailed performance metrics and lifecycle state management.
- Task Management Comprehensive task tracking with assignments, status updates, and workflow automation.
- Team Collaboration Assign roles and permissions for seamless teamwork with real-time chat and notifications.
- Real-time Chat WebSocket-based messaging system for team communication and collaboration.
- Calendar Integration Google Calendar-style event management with recurring events, reminders, and sharing capabilities.
- Decision Tracking Track and document important decisions with approval workflows.
- Workflow Automation Visual workflow builder with automation canvas for process optimization.
- Performance Tracking Monitor impressions, clicks, conversions, and costs in real time with analytics and reporting.
- Budget Tracking & Alerts Track budget usage and receive alerts when limits are exceeded with approval workflows.
- Multi-Platform Integration Integrate with Facebook Meta, Google Ads, TikTok, Klaviyo, Mailchimp, and other advertising platforms.
- Asset Management Upload, organize, and manage creative assets with virus scanning and version control.
- Spreadsheet Functionality Advanced spreadsheet features with formula engine and data manipulation.
- Professional API Access Integrate with third-party systems via a fully documented REST API with OpenAPI specifications.
---
This section follows the official steps from DOCKER_README.md.
```bash git clone <your-repo-url> cd mediaJira
Option: Manual setup by SQL Shell(psql) -- Server [localhost]:localhost Database [postgres]:postgres Port [5432]:5432 Username [postgres]:postgres User postgres password:your_postgres_password
Execute PSQL commands: create database mediajira_db; CREATE USER mediajira_user WITH PASSWORD 'mediajira_password'; GRANT ALL PRIVILEGES ON DATABASE mediajira_db TO mediajira_user; \c mediajira_db; GRANT CREATE ON SCHEMA public TO mediajira_user; GRANT USAGE ON SCHEMA public TO mediajira_user; GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO mediajira_user; exit
Then update your .env file, especially DB relevant variables.
find * -type f -name "Dockerfile*" | xargs dos2unix
find * -type f -name "entrypoint" | xargs dos2unix
find * -type f -name "entrypoint-dev" | xargs dos2unix
find * -type f -name "crontab.txt*" | xargs dos2unix
find * -type f -name "init-sonar" | xargs dos2unix
docker compose -f docker-compose.dev.yml --env-file .env up --build -d
cp env.example .env ```
API specifications are located in openapi/openapi_spec/ and are served through the API Docs page when the application is running.
---
Backend (Django + pytest) ```bash
- Storybook: Component development and testing
docker compose exec frontend npm run storybook
Access at: http://localhost:6006
该项目提供了一种简单易用的AI工作流解决方案,值得尝试
该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。
AI Skill Hub 点评:开源AI工作流:Your best AI marketing Agent 的核心功能完整,质量良好。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | marketing-simplified |
| 原始描述 | 开源AI工作流:Your best AI marketing Agent。⭐17 · TypeScript |
| Topics | workflowtypescript |
| GitHub | https://github.com/quanwangniuniu/marketing-simplified |
| License | NOASSERTION |
| 语言 | TypeScript |
收录时间:2026-05-22 · 更新时间:2026-05-22 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端