Token导航 LogoToken导航TokenDH.com
开发操作浏览器clawhub未标认证来源可访问clear审计提醒

delaware-franchise-tax特拉华州特许经营税

Agent Skill

delaware-franchise-tax 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,259

周安装

140

GitHub Stars

公开资料未说明

下载量

1,142
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:delaware-franchise-tax(特拉华州特许经营税)
来源仓库:https://github.com/stevenobiajulu/delaware-franchise-tax
安装命令:
openclaw skills install delaware-franchise-tax
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install delaware-franchise-tax

简介

delaware-franchise-tax 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。

  • 适用于特拉华州年度特许经营税和年度报告提交场景。
  • 通过 clawhub 安装,命令为 openclaw skills install delaware-franchise-tax。
  • 使用前需确认权限范围、维护状态,注意可能触发联网、命令执行或文件读写。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
delaware-franchise-tax
description
>-
license
MIT
metadata
author
open-agreements
version
0.1.0
catalog_group
Editing And Client Workflows
catalog_order
30

Delaware Franchise Tax

File your Delaware annual franchise tax and annual report.

Interactivity note: Always ask the user for missing inputs. If your agent has an AskUserQuestion tool (Claude Code, Cursor, etc.), prefer it — structured questions are easier for users to answer. Otherwise, ask in natural language.

Security model

  • This skill does not download or execute any code.
  • All portal interactions are performed by the user, guided step-by-step by the agent.
  • If the user opts in to browser automation (Playwright via CDP), the agent may assist with portal navigation — but credit card and banking details must always be entered by the user directly.

When to Use

  • Annually before March 1 (C-Corps) or June 1 (LLCs/LPs/GPs)
  • When your registered agent sends a reminder
  • When you receive a notice from the Delaware Division of Corporations
  • Portal hours: 8:00am-11:45pm ET only
  • Scam warning: Delaware warns about deceptive solicitations. Legitimate notices come from the state or your registered agent only. Discard anything that asks you to pay through a non-official channel.

Phase 1: Gather Information

Ask the user for the following (use AskUserQuestion if available):

All entity types:

  • Entity type: C-Corp or LLC/LP/GP
  • Delaware Business Entity File Number (up to 9 digits)
  • Registered agent name

For C-Corps, also ask:

  • Total authorized shares by class and par value (e.g., 10,000,000 shares of Common Stock at $0.00001 par value)
  • Total issued and outstanding shares as of December 31 of the tax year
  • Total gross assets as of December 31 (from Form 1120 Schedule L, Line 15 — or estimated from bank balance + investments + receivables)
  • Nature of business (brief description of how the company generates revenue)

Officers and directors (C-Corps):

  • Officers: names, titles, addresses
  • Directors: names, addresses

Phase 2: Calculate Tax

LLCs/LPs/GPs

Flat $300 annual tax. No calculation needed. Skip to Phase 3.

C-Corps — Calculate Both Methods

Always calculate both methods and recommend the lower one. Show all intermediate values so the user can verify.

Method 1: Authorized Shares Method

Shares <= 5,000:        $175 (minimum)
5,001 - 10,000:         $250
Each additional 10,000: +$85
Maximum:                $200,000

Example: 10,000,000 authorized shares

  • First 10,000 shares: $250
  • Remaining 9,990,000 shares = 999 increments of 10,000: 999 x $85 = $84,915
  • Total: $250 + $84,915 = $85,165

Method 2: Assumed Par Value Capital (APVC) Method

Almost always cheaper for startups. Requires a gross assets figure.

Step 1: Assumed Par = Total Gross Assets / Total Issued Shares
Step 2: For each class of shares where assumed par >= stated par:
        use assumed par x number of authorized shares in that class
Step 3: For each class of shares where assumed par < stated par:
        use stated par x number of authorized shares in that class
Step 4: Sum all classes = Assumed Par Value Capital (APVC)
Step 5: Tax = (APVC rounded up to next $1,000,000 / $1,000,000) x $400
Step 6: Minimum tax: $400
Step 7: Maximum tax: $200,000

Example: 10,000,000 authorized shares at $0.00001 par, 1,000,000 issued, $50,000 gross assets

  • Step 1: Assumed Par = $50,000 / 1,000,000 = $0.05
  • Step 2: $0.05 >= $0.00001, so use assumed par: $0.05 x 10,000,000 = $500,000
  • Step 4: APVC = $500,000
  • Step 5: Round up to $1,000,000 -> 1 x $400 = $400

Filing Fee

  • $50 for non-exempt domestic corporations
  • $25 for 501(c)(3) exempt corporations

Total due = franchise tax + filing fee

Present both calculations to the user:

Method 1 (Authorized Shares): $XX,XXX
Method 2 (Assumed Par Value):  $XXX
Recommended method:            Method 2
Filing fee:                    $50
Total due:                     $XXX + $50 = $XXX

Phase 3: File via Portal

The agent can automate the portal using Playwright if Chrome is running with remote debugging enabled. Otherwise, guide the user step-by-step.

Automation Setup (Playwright via CDP)

If the user says "use playwright", "use the browser" or requests similar automation:

  1. Launch Chrome with remote debugging (see reference/ecorp-portal-playwright-notes.md for commands)
  2. Connect via Playwright (see reference for CDP connection snippet)
  3. Portal field reference: See reference/ecorp-portal-playwright-notes.md for:

- All field selector IDs - Date field workaround (must use JS el.value = not Playwright .fill()) - State dropdown abbreviations (use value="NY" not label="New York") - Director name fields (separate first/middle/last fields, NOT one name field) - APVC activation sequence - Session/eId behavior

Filing Steps

  1. Navigate: Open https://icis.corp.delaware.gov/ecorp/logintax.aspx
  2. Login: Enter Business Entity File Number. Solve CAPTCHA (if the user shares a screenshot, the agent can try to read it). Click Continue.
  3. Entity verification: Confirm entity name, registered agent, and registered office match your records.
  4. Fill form fields (all on one page):

- Stock info: Issued shares (per-class field, NOT the readonly total), gross assets, asset date (must == fiscal year end) - Address: Principal business address with state abbreviation - Nature of business: Select from dropdown (e.g., "Technology/Software") - Officer: First/middle/last name, title, address - Directors: Set total count, click "Enter Directors Info", fill first/middle/last name + address for each - Authorization: First/middle/last name, title, address - T&C checkbox: Must check chkCertify before continuing

  1. Recalculate tax: Click "Recalculate Tax" button. Verify the displayed tax matches your calculation from Phase 2. If it still shows the Authorized Shares method amount, the asset date is probably wrong — fix it via JavaScript.
  2. Review: Click "Continue Filing" to see the Review Copy. Verify all data.
  3. Payment: Click "Proceed to Payment". The agent must stop here — credit card and banking details must be entered by the user. If tax exceeds $5,000, ACH payment is required.
  4. Confirmation: After payment:

- Click "Display Confirmation Copy" (onclick="downloadConfirmation();return false;") to save receipt PDF - Click "Email Confirmation Copy" to email the filed report (opens popup at Email.aspx, enter email address) - CRITICAL: "Once you leave this screen, you will no longer be able to obtain a confirmation copy" — save/email before navigating away - Record the Service Request Number from the URL: srNo=XXXXX

Phase 4: Save Receipt and Remind

Save the confirmation PDF

The downloaded confirmation PDF is the filing record — no need to create a separate one.

The portal downloads the receipt as Ecorp_Confirmation_<ServiceRequestNumber>.pdf to the default Downloads folder. Move it to a durable location:

  • ~/Documents/Tax/Delaware/<EntityName>/ on local disk
  • A "Tax" or "Corporate Records" folder in cloud storage if available
  • Keep the original filename — it contains the Service Request Number for future reference
# Example
mkdir -p ~/Documents/Tax/Delaware/My-Corp-Name
mv ~/Downloads/Ecorp_Confirmation_*.pdf ~/Documents/Tax/Delaware/My-Corp-Name/

Ask the user where they keep tax records and move the file there.

Set a reminder

Remind the user to set an annual reminder for approximately 2 weeks before the deadline:

  • Mid-February for corporations (March 1 deadline)
  • Mid-May for LLCs/LPs/GPs (June 1 deadline)

Scheduling options:

  • Claude Cowork: /schedule for recurring tasks
  • Claude Code CLI: external scheduler (cron, LaunchAgent)
  • Any calendar app: set a recurring annual reminder
  • If ~~calendar MCP is available, create the reminder directly

Reference

For detailed calculation formulas and official guidance, see the reference/ directory:

  • reference/tax-calculation.md — full formulas for both methods with examples
  • reference/filing-instructions.md — fees, payment methods, deadlines
  • reference/faq.md — frequently asked questions
  • reference/ecorp-portal-playwright-notes.md — field selectors, gotchas, and automation tips for the eCorp portal

Official source: https://corp.delaware.gov/paytaxes/ Help line: 302-739-3073, Option 3

Notes

  • This skill does not provide tax advice — consult a tax professional for your specific situation.
  • The Delaware Division of Corporations portal is the only official filing method.
  • Late filing incurs a $200 penalty + 1.5% monthly interest.
  • If franchise tax exceeds $5,000, ACH payment is required (credit cards not accepted above this threshold).
  • Large Corporate Filers (listed on a national stock exchange with $750M+ in revenue or assets) pay a flat $250,000.

Connectors

For optional MCP connector setup (calendar, cloud storage), see CONNECTORS.md.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

76.26%
按下载量换算871

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills